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

Overridden By

tools/clang/include/clang/Lex/PPCallbacks.h
  430   void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path,
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  155 void PPCallbacksTracker::moduleImport(SourceLocation ImportLoc,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  119   void moduleImport(SourceLocation import_location, clang::ModuleIdPath path,

References

tools/clang/include/clang/Lex/PPCallbacks.h
  432     First->moduleImport(ImportLoc, Path, Imported);
  433     Second->moduleImport(ImportLoc, Path, Imported);
tools/clang/lib/Lex/Pragma.cpp
 1566       CB->moduleImport(ImportLoc, ModuleName, Imported);
tools/clang/lib/Lex/Preprocessor.cpp
 1276     Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported);