Home
last modified time | relevance | path

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

12

/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp49 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 DPrintPreprocessedOutput.cpp157 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 DMacroToEnumCheck.cpp93 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 DDuplicateIncludeCheck.cpp42 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 DPPCallbacks.h49 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 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/clang-tools-extra/clangd/
H A DCollectMacros.h57 void FileChanged(SourceLocation Loc, FileChangeReason,
88 // preprocessor. Such calls are not interleaved with FileChanged()
H A DCollectMacros.cpp46 void CollectMainFileMacros::FileChanged(SourceLocation Loc, FileChangeReason, in FileChanged()
45 void CollectMainFileMacros::FileChanged(SourceLocation Loc, FileChangeReason, FileChanged() function in clang::clangd::CollectMainFileMacros
H A DHeaders.cpp97 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::clangd::IncludeStructure::RecordHeaders
H A DParsedAST.cpp188 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::clangd::__anon68555b350111::ReplayPreamble
H A DPreamble.cpp299 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function
/llvm-project/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.h63 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
H A DExpandModularHeadersPPCallbacks.cpp156 void ExpandModularHeadersPPCallbacks::FileChanged( in FileChanged() function in clang::tooling::ExpandModularHeadersPPCallbacks
/llvm-project/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/clang-tools-extra/clang-tidy/misc/
H A DHeaderIncludeCycleCheck.cpp47 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 DRecord.cpp59 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 DInclusionRewriter.cpp69 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 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/clang-tools-extra/clangd/index/
H A DIndexAction.cpp55 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function
/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp140 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 DHeaderGuard.cpp31 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() function in clang::tidy::utils::__anonb82bc18d0111::HeaderGuardPPCallbacks
/llvm-project/clang-tools-extra/modularize/
H A DPreprocessorTracker.cpp741 void FileChanged(clang::SourceLocation Loc,
1287 void PreprocessorCallbacks::FileChanged( in FileChanged() function in Modularize::PreprocessorCallbacks
/llvm-project/clang/tools/libclang/
H A DIndexing.cpp246 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
245 void FileChanged(SourceLocation Loc, FileChangeReason Reason, FileChanged() function in __anona35560680211::IndexPPCallbacks

12