Searched defs:CurFile (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Lex/ | ||
H A D | PPMacroExpansion.cpp | 1732 const FileEntry *CurFile = nullptr; ExpandBuiltinMacro() local |
H A D | Pragma.cpp | 551 OptionalFileEntryRef CurFile = getCurrentFileLexer()->getFileEntry(); HandlePragmaDependency() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCodeComplete.cpp | 10287 if (auto CurFile = SemaRef.PP.getCurrentFileLexer()->getFileEntry()) CodeCompleteIncludedFile() local |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTReader.cpp | 5807 if (OptionalFileEntryRef CurFile = CurrentModule->getASTFile()) { ReadSubmoduleBlock() local |