Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp266 if (Reason == PPCallbacks::EnterFile) { in FileChanged()
291 if (Reason == PPCallbacks::EnterFile && in FileChanged()
362 if (Reason == PPCallbacks::EnterFile && in FileChanged()
H A DPrintPreprocessedOutput.cpp358 if (Reason == PPCallbacks::EnterFile) { in FileChanged()
396 if (Reason == PPCallbacks::EnterFile && !IsFirstFileEntered) { in FileChanged()
402 case PPCallbacks::EnterFile: in FileChanged()
H A DDependencyFile.cpp41 if (Reason != PPCallbacks::LexedFileChangeReason::EnterFile) in LexedFileChanged()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp162 if (Reason == EnterFile) in FileChanged()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp134 Callbacks->FileChanged(CurLexer->getFileLoc(), PPCallbacks::EnterFile, in EnterSourceFileWithLexer()
137 PPCallbacks::LexedFileChangeReason::EnterFile, in EnterSourceFileWithLexer()
H A DPPDirectives.cpp1728 Reason = PPCallbacks::EnterFile; in HandleDigitDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h42 EnterFile, ExitFile, SystemHeaderPragma, RenameFile enumerator
55 enum class LexedFileChangeReason { EnterFile, ExitFile }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp158 if (Reason != EnterFile) in FileChanged()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp628 if (Reason != LexedFileChangeReason::EnterFile) in LexedFileChanged()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp196 case EnterFile: { in FileChanged()