Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp162 if (Reason == EnterFile) in FileChanged()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp359 if (Reason == PPCallbacks::EnterFile) { in FileChanged()
397 if (Reason == PPCallbacks::EnterFile && !IsFirstFileEntered) { in FileChanged()
403 case PPCallbacks::EnterFile: in FileChanged()
H A DDependencyFile.cpp41 if (Reason != PPCallbacks::LexedFileChangeReason::EnterFile) in LexedFileChanged()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp141 Callbacks->FileChanged(CurLexer->getFileLoc(), PPCallbacks::EnterFile, in EnterSourceFileWithLexer()
144 PPCallbacks::LexedFileChangeReason::EnterFile, in EnterSourceFileWithLexer()
H A DPPDirectives.cpp1703 Reason = PPCallbacks::EnterFile; in HandleDigitDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile enumerator
54 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.cpp446 if (Reason != LexedFileChangeReason::EnterFile) in LexedFileChanged()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp175 case EnterFile: { in FileChanged()