| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | MacroToEnumCheck.cpp | 95 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 D | DuplicateIncludeCheck.cpp | 44 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 D | HeaderIncludeGen.cpp | 45 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 131 void HeaderIncludesCallback::FileChanged(SourceLocation Loc, in FileChanged() function in HeaderIncludesCallback
|
| H A D | PrintPreprocessedOutput.cpp | 143 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 324 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged() function in PrintPPOutputPPCallbacks
|
| H A D | VerifyDiagnosticConsumer.cpp | 67 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in __anon8e6af8ff0111::VerifyFileTracker
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 48 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 D | MacroPPCallbacks.h | 96 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
|
| H A D | MacroPPCallbacks.cpp | 158 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in MacroPPCallbacks
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | CollectMacros.h | 49 void FileChanged(SourceLocation Loc, FileChangeReason, in FileChanged() function
|
| H A D | Headers.cpp | 103 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::clangd::IncludeStructure::RecordHeaders
|
| H A D | ParsedAST.cpp | 164 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::clangd::__anonaceec0d20111::ReplayPreamble
|
| H A D | Preamble.cpp | 267 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ExpandModularHeadersPPCallbacks.h | 65 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
|
| H A D | ExpandModularHeadersPPCallbacks.cpp | 153 void ExpandModularHeadersPPCallbacks::FileChanged( in FileChanged() function in clang::tooling::ExpandModularHeadersPPCallbacks
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 155 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | pp-trace.rst | 50 * 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 D | InclusionRewriter.cpp | 68 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 D | PPCallbacksTracker.h | 89 void FileChanged(SourceLocation Loc, PPCallbacks::FileChangeReason Reason,
|
| H A D | PPCallbacksTracker.cpp | 109 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 D | IndexAction.cpp | 52 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | PPLexerChange.cpp | 140 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 D | HeaderGuard.cpp | 33 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 D | ModuleDepCollector.cpp | 164 void ModuleDepCollectorPP::FileChanged(SourceLocation Loc, in FileChanged() function in ModuleDepCollectorPP
|
| /llvm-project-15.0.7/clang-tools-extra/modularize/ |
| H A D | PreprocessorTracker.cpp | 742 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 D | Indexing.cpp | 248 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in __anon0c848fe50211::IndexPPCallbacks
|