Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp142 if (Reason == PPCallbacks::EnterFile) { in FileChanged()
181 if (ShowHeader && Reason == PPCallbacks::EnterFile && in FileChanged()
H A DPrintPreprocessedOutput.cpp338 if (Reason == PPCallbacks::EnterFile) { in FileChanged()
372 if (Reason == PPCallbacks::EnterFile && !IsFirstFileEntered) { in FileChanged()
378 case PPCallbacks::EnterFile: in FileChanged()
H A DDependencyFile.cpp41 if (Reason != PPCallbacks::LexedFileChangeReason::EnterFile) in LexedFileChanged()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DDuplicateIncludeCheck.cpp72 if (Reason == EnterFile) in FileChanged()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp162 if (Reason == EnterFile) in FileChanged()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPPCallbacks.h40 EnterFile, ExitFile, SystemHeaderPragma, RenameFile enumerator
53 enum class LexedFileChangeReason { EnterFile, ExitFile }; enumerator
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DIndexAction.cpp57 if (Reason != FileChangeReason::EnterFile) in FileChanged()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPLexerChange.cpp140 Callbacks->FileChanged(CurLexer->getFileLoc(), PPCallbacks::EnterFile, in EnterSourceFileWithLexer()
143 PPCallbacks::LexedFileChangeReason::EnterFile, in EnterSourceFileWithLexer()
H A DPPDirectives.cpp1620 Reason = PPCallbacks::EnterFile; in HandleDigitDirective()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DHeaderGuard.cpp39 if (Reason == EnterFile && FileType == SrcMgr::C_User) { in FileChanged()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeaders.cpp107 case PPCallbacks::EnterFile: in FileChanged()
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp168 if (Reason != PPCallbacks::EnterFile) in FileChanged()
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Dpp-trace.rst107 Reason: EnterFile
166 Reason (EnterFile|ExitFile|SystemHeaderPragma|RenameFile) PPCallbacks::FileChangeReason…
175 Reason: EnterFile
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp154 if (Reason != EnterFile) in FileChanged()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DMacroToEnumCheck.cpp311 if (Reason == EnterFile) { in FileChanged()
/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp256 if (Loc == MainFileLoc && Reason == PPCallbacks::EnterFile) { in FileChanged()
/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DPreprocessorTracker.cpp1296 case EnterFile: in FileChanged()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp147 case EnterFile: { in FileChanged()