Searched refs:EnterSourceFile (Results 1 – 4 of 4) sorted by relevance
/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/clang/include/clang/Lex/ |
D | Preprocessor.h | 1006 bool EnterSourceFile(FileID CurFileID, const DirectoryLookup *Dir,
|