Searched refs:EnterSubmodule (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Lex/ |
D | PPLexerChange.cpp | 622 void Preprocessor::EnterSubmodule(Module *M, SourceLocation ImportLoc) { in EnterSubmodule() function in Preprocessor
|
D | PPDirectives.cpp | 2025 EnterSubmodule(M, HashLoc); in HandleIncludeDirective()
|
/external/llvm-project/clang/lib/Lex/ |
D | PPLexerChange.cpp | 646 void Preprocessor::EnterSubmodule(Module *M, SourceLocation ImportLoc, in EnterSubmodule() function in Preprocessor
|
D | Pragma.cpp | 1640 PP.EnterSubmodule(M, BeginLoc, /*ForPragma*/true); in HandlePragma()
|
D | PPDirectives.cpp | 2270 EnterSubmodule(M, EndLoc, /*ForPragma*/false); in HandleHeaderIncludeOrImport()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1711 void EnterSubmodule(Module *M, SourceLocation ImportLoc);
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 2032 void EnterSubmodule(Module *M, SourceLocation ImportLoc, bool ForPragma);
|