Home
last modified time | relevance | path

Searched refs:EnterFile (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp142 if (Reason == PPCallbacks::EnterFile) { in FileChanged()
181 if (ShowHeader && Reason == PPCallbacks::EnterFile && in FileChanged()
H A DPrintPreprocessedOutput.cpp273 if (Reason == PPCallbacks::EnterFile) { in FileChanged()
306 if (Reason == PPCallbacks::EnterFile && !IsFirstFileEntered) { in FileChanged()
312 case PPCallbacks::EnterFile: in FileChanged()
H A DDependencyFile.cpp43 if (Reason != PPCallbacks::EnterFile) in FileChanged()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp162 if (Reason == EnterFile) in FileChanged()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp113 if (Reason != PPCallbacks::EnterFile) in FileChanged()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp158 if (Reason != EnterFile) in FileChanged()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h40 EnterFile, ExitFile, SystemHeaderPragma, RenameFile enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp120 PPCallbacks::EnterFile, FileType); in EnterSourceFileWithLexer()
H A DPPDirectives.cpp1461 Reason = PPCallbacks::EnterFile; in HandleDigitDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp135 case EnterFile: { in FileChanged()