| /llvm-project/clang/lib/Frontend/ |
| H A D | HeaderIncludeGen.cpp | 49 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 102 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 205 void HeaderIncludesCallback::FileChanged(SourceLocation Loc, in FileChanged() function in HeaderIncludesCallback 296 void HeaderIncludesJSONCallback::FileChanged( in FileChanged() function in HeaderIncludesJSONCallback
|
| H A D | PrintPreprocessedOutput.cpp | 157 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 342 /// FileChanged - Whenever the preprocessor enters or exits a #include file 345 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged() function in PrintPPOutputPPCallbacks 936 // FIXME: We retrieve this token after the FileChanged callback, and in PrintPreprocessedTokens() 937 // retrieve the module_end token before the FileChanged callback, so in PrintPreprocessedTokens()
|
| /llvm-project/clang-tools-extra/clang-tidy/modernize/ |
| H A D | MacroToEnumCheck.cpp | 93 enum class IncludeGuard { None, FileChanged, IfGuard, DefineGuard }; enumerator 112 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 257 if (CurrentFile->GuardScanner == IncludeGuard::FileChanged) in conditionStart() 304 void MacroToEnumCallbacks::FileChanged(SourceLocation Loc, in FileChanged() function in clang::tidy::modernize::MacroToEnumCallbacks 312 Files.back().GuardScanner = IncludeGuard::FileChanged; in FileChanged() 414 if (CurrentFile->GuardScanner != IncludeGuard::FileChanged) in PragmaDirective()
|
| /llvm-project/clang-tools-extra/clang-tidy/readability/ |
| H A D | DuplicateIncludeCheck.cpp | 42 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 67 void DuplicateIncludeCallbacks::FileChanged(SourceLocation Loc, in FileChanged() function in clang::tidy::readability::__anon25dba1e70111::DuplicateIncludeCallbacks
|
| /llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 49 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, 480 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function 483 First->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged() 484 Second->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
|
| /llvm-project/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/clang-tools-extra/clangd/ |
| H A D | CollectMacros.h | 57 void FileChanged(SourceLocation Loc, FileChangeReason, 88 // preprocessor. Such calls are not interleaved with FileChanged()
|
| H A D | CollectMacros.cpp | 46 void CollectMainFileMacros::FileChanged(SourceLocation Loc, FileChangeReason, in FileChanged() 45 void CollectMainFileMacros::FileChanged(SourceLocation Loc, FileChangeReason, FileChanged() function in clang::clangd::CollectMainFileMacros
|
| H A D | Headers.cpp | 97 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::clangd::IncludeStructure::RecordHeaders
|
| H A D | ParsedAST.cpp | 188 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::clangd::__anon68555b350111::ReplayPreamble
|
| H A D | Preamble.cpp | 299 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function
|
| /llvm-project/clang-tools-extra/clang-tidy/ |
| H A D | ExpandModularHeadersPPCallbacks.h | 63 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
|
| H A D | ExpandModularHeadersPPCallbacks.cpp | 156 void ExpandModularHeadersPPCallbacks::FileChanged( in FileChanged() function in clang::tooling::ExpandModularHeadersPPCallbacks
|
| /llvm-project/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/clang-tools-extra/clang-tidy/misc/ |
| H A D | HeaderIncludeCycleCheck.cpp | 47 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::tidy::misc::__anon793764870111::CyclicDependencyCallbacks
|
| /llvm-project/clang-tools-extra/include-cleaner/lib/ |
| H A D | Record.cpp | 59 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::include_cleaner::__anonc6ad65750111::PPRecorder 188 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::include_cleaner::PragmaIncludes::RecordPragma
|
| /llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 69 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 154 void InclusionRewriter::FileChanged(SourceLocation Loc, in FileChanged() function in InclusionRewriter
|
| /llvm-project/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/clang-tools-extra/clangd/index/ |
| H A D | IndexAction.cpp | 55 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function
|
| /llvm-project/clang/lib/Lex/ |
| H A D | PPLexerChange.cpp | 140 Callbacks->FileChanged(CurLexer->getFileLoc(), PPCallbacks::EnterFile, in EnterSourceFileWithLexer() 510 Callbacks->FileChanged(Loc, PPCallbacks::ExitFile, FileType, ExitedFID); in HandleEndOfFile()
|
| /llvm-project/clang-tools-extra/clang-tidy/utils/ |
| H A D | HeaderGuard.cpp | 31 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::tidy::utils::__anonb82bc18d0111::HeaderGuardPPCallbacks
|
| /llvm-project/clang-tools-extra/modularize/ |
| H A D | PreprocessorTracker.cpp | 741 void FileChanged(clang::SourceLocation Loc, 1287 void PreprocessorCallbacks::FileChanged( in FileChanged() function in Modularize::PreprocessorCallbacks
|
| /llvm-project/clang/tools/libclang/ |
| H A D | Indexing.cpp | 246 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() 245 void FileChanged(SourceLocation Loc, FileChangeReason Reason, FileChanged() function in __anona35560680211::IndexPPCallbacks
|