Searched refs:EnterSourceFile (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalParser.cpp | 334 if (PP.EnterSourceFile(FID, /*DirLookup=*/nullptr, NewLoc)) in Parse()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 558 EnterSourceFile(MainFileID, nullptr, SourceLocation()); in EnterMainSourceFile() 581 EnterSourceFile(FID, nullptr, SourceLocation()); in EnterMainSourceFile()
|
H A D | PPLexerChange.cpp | 69 bool Preprocessor::EnterSourceFile(FileID FID, ConstSearchDirIterator CurDir, in EnterSourceFile() function in Preprocessor
|
H A D | PPDirectives.cpp | 2646 if (EnterSourceFile(FID, CurDir, FilenameTok.getLocation(), in HandleHeaderIncludeOrImport()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 1662 bool EnterSourceFile(FileID FID, ConstSearchDirIterator Dir,
|