reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Parse/Parser.h
 3063   Decl *ParseModuleImport(SourceLocation AtLoc);

References

tools/clang/lib/Parse/ParseObjc.cpp
   81       SingleDecl = ParseModuleImport(AtLoc);
tools/clang/lib/Parse/Parser.cpp
  624     Decl *ImportDecl = ParseModuleImport(SourceLocation());
  845     SingleDecl = ParseModuleImport(SourceLocation());