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

Overridden By

tools/clang/include/clang/Lex/PPCallbacks.h
  424   void LeftSubmodule(Module *M, SourceLocation ImportLoc,

References

tools/clang/include/clang/Lex/PPCallbacks.h
  426     First->LeftSubmodule(M, ImportLoc, ForPragma);
  427     Second->LeftSubmodule(M, ImportLoc, ForPragma);
tools/clang/lib/Lex/PPLexerChange.cpp
  742       Callbacks->LeftSubmodule(LeavingMod, ImportLoc, ForPragma);
  829     Callbacks->LeftSubmodule(LeavingMod, ImportLoc, ForPragma);