Searched refs:EnterSourceFileWithLexer (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Lex/ |
D | PPLexerChange.cpp | 105 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir); in EnterSourceFile() 111 void Preprocessor::EnterSourceFileWithLexer(Lexer *TheLexer, in EnterSourceFileWithLexer() function in Preprocessor
|
D | Pragma.cpp | 296 EnterSourceFileWithLexer(TL, nullptr); in Handle_Pragma()
|
/external/llvm-project/clang/lib/Lex/ |
D | PPLexerChange.cpp | 92 EnterSourceFileWithLexer(new Lexer(FID, *InputFile, *this), CurDir); in EnterSourceFile() 98 void Preprocessor::EnterSourceFileWithLexer(Lexer *TheLexer, in EnterSourceFileWithLexer() function in Preprocessor
|
D | Pragma.cpp | 330 EnterSourceFileWithLexer(TL, nullptr); in Handle_Pragma()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1818 void EnterSourceFileWithLexer(Lexer *TheLexer, const DirectoryLookup *Dir);
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 2182 void EnterSourceFileWithLexer(Lexer *TheLexer, const DirectoryLookup *Dir);
|