Home
last modified time | relevance | path

Searched refs:FileChanged (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DMacroToEnumCheck.cpp95 enum class IncludeGuard { None, FileChanged, IfGuard, DefineGuard }; enumerator
115 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
259 if (CurrentFile->GuardScanner == IncludeGuard::FileChanged) in conditionStart()
306 void MacroToEnumCallbacks::FileChanged(SourceLocation Loc, in FileChanged() function in clang::tidy::modernize::MacroToEnumCallbacks
314 Files.back().GuardScanner = IncludeGuard::FileChanged; in FileChanged()
416 if (CurrentFile->GuardScanner != IncludeGuard::FileChanged) in PragmaDirective()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DDuplicateIncludeCheck.cpp44 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
68 void DuplicateIncludeCallbacks::FileChanged(SourceLocation Loc, in FileChanged() function in clang::tidy::readability::__anon7cfdf5040111::DuplicateIncludeCallbacks
/llvm-project-15.0.7/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp45 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
131 void HeaderIncludesCallback::FileChanged(SourceLocation Loc, in FileChanged() function in HeaderIncludesCallback
H A DPrintPreprocessedOutput.cpp143 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
324 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged() function in PrintPPOutputPPCallbacks
H A DVerifyDiagnosticConsumer.cpp67 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in __anon8e6af8ff0111::VerifyFileTracker
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPPCallbacks.h48 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
438 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function
441 First->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
442 Second->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMacroPPCallbacks.h96 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
H A DMacroPPCallbacks.cpp158 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in MacroPPCallbacks
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCollectMacros.h49 void FileChanged(SourceLocation Loc, FileChangeReason, in FileChanged() function
H A DHeaders.cpp103 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::clangd::IncludeStructure::RecordHeaders
H A DParsedAST.cpp164 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::clangd::__anonaceec0d20111::ReplayPreamble
H A DPreamble.cpp267 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.h65 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
H A DExpandModularHeadersPPCallbacks.cpp153 void ExpandModularHeadersPPCallbacks::FileChanged( in FileChanged() function in clang::tooling::ExpandModularHeadersPPCallbacks
/llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h155 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Dpp-trace.rst50 * FileChanged
105 - Callback: FileChanged
111 - Callback: FileChanged
152 `FileChanged <https://clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#a7cc8cfaf34114fc65e92af…
155 FileChanged is called when the preprocessor enters or exits a file, both the
173 - Callback: FileChanged
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp68 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
150 void InclusionRewriter::FileChanged(SourceLocation Loc, in FileChanged() function in InclusionRewriter
/llvm-project-15.0.7/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.h89 void FileChanged(SourceLocation Loc, PPCallbacks::FileChangeReason Reason,
H A DPPCallbacksTracker.cpp109 void PPCallbacksTracker::FileChanged(SourceLocation Loc, in FileChanged() function in clang::pp_trace::PPCallbacksTracker
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DIndexAction.cpp52 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPLexerChange.cpp140 Callbacks->FileChanged(CurLexer->getFileLoc(), PPCallbacks::EnterFile, in EnterSourceFileWithLexer()
502 Callbacks->FileChanged(Loc, PPCallbacks::ExitFile, FileType, ExitedFID); in HandleEndOfFile()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DHeaderGuard.cpp33 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::tidy::utils::__anond64d7aaa0111::HeaderGuardPPCallbacks
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp164 void ModuleDepCollectorPP::FileChanged(SourceLocation Loc, in FileChanged() function in ModuleDepCollectorPP
/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DPreprocessorTracker.cpp742 void FileChanged(clang::SourceLocation Loc,
1292 void PreprocessorCallbacks::FileChanged( in FileChanged() function in Modularize::PreprocessorCallbacks
/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp248 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in __anon0c848fe50211::IndexPPCallbacks

12