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

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 1982   void EnterSubmodule(Module *M, SourceLocation ImportLoc, bool ForPragma);

References

tools/clang/lib/Lex/PPDirectives.cpp
 2203     EnterSubmodule(M, EndLoc, /*ForPragma*/false);
tools/clang/lib/Lex/Pragma.cpp
 1629     PP.EnterSubmodule(M, BeginLoc, /*ForPragma*/true);