Searched refs:EnterSourceFile (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Interpreter/ |
H A D | IncrementalParser.cpp | 245 if (PP.EnterSourceFile(FID, /*DirLookup=*/nullptr, NewLoc)) in Parse()
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 551 EnterSourceFile(MainFileID, nullptr, SourceLocation()); in EnterMainSourceFile() 574 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 | 2519 if (EnterSourceFile(FID, CurDir, FilenameTok.getLocation(), in HandleHeaderIncludeOrImport()
|
/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 1641 bool EnterSourceFile(FileID FID, ConstSearchDirIterator Dir,
|