Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp139 if (Reason == PPCallbacks::EnterFile) { in FileChanged()
175 if (ShowHeader && Reason == PPCallbacks::EnterFile && in FileChanged()
H A DDependencyFile.cpp42 if (Reason != PPCallbacks::EnterFile) in FileChanged()
287 if (Reason != PPCallbacks::EnterFile) in FileChanged()
H A DPrintPreprocessedOutput.cpp272 if (Reason == PPCallbacks::EnterFile) { in FileChanged()
305 if (Reason == PPCallbacks::EnterFile && !IsFirstFileEntered) { in FileChanged()
311 case PPCallbacks::EnterFile: in FileChanged()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp163 if (Reason == EnterFile) in FileChanged()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp157 if (Reason != EnterFile) in FileChanged()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp122 PPCallbacks::EnterFile, FileType); in EnterSourceFileWithLexer()
H A DPPDirectives.cpp1295 Reason = PPCallbacks::EnterFile; in HandleDigitDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp92 case EnterFile: { in FileChanged()