Searched refs:EnterSourceFile (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang/unittests/CodeGen/ |
D | IncrementalProcessingTest.cpp | 74 S.getPreprocessor().EnterSourceFile(FID, 0, InclLoc); in IncrementalParseAST()
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 507 EnterSourceFile(MainFileID, nullptr, SourceLocation()); in EnterMainSourceFile() 530 EnterSourceFile(FID, nullptr, SourceLocation()); in EnterMainSourceFile()
|
D | PPLexerChange.cpp | 72 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir, in EnterSourceFile() function in Preprocessor
|
D | PPDirectives.cpp | 2015 if (EnterSourceFile(FID, CurDir, FilenameTok.getLocation())) in HandleIncludeDirective()
|
/external/llvm-project/clang/lib/Lex/ |
D | Preprocessor.cpp | 545 EnterSourceFile(MainFileID, nullptr, SourceLocation()); in EnterMainSourceFile() 568 EnterSourceFile(FID, nullptr, SourceLocation()); in EnterMainSourceFile()
|
D | PPLexerChange.cpp | 67 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir, in EnterSourceFile() function in Preprocessor
|
D | PPDirectives.cpp | 2238 if (EnterSourceFile(FID, CurDir, FilenameTok.getLocation())) in HandleHeaderIncludeOrImport()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1006 bool EnterSourceFile(FileID CurFileID, const DirectoryLookup *Dir,
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 1327 bool EnterSourceFile(FileID FID, const DirectoryLookup *Dir,
|