reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/clang/include/clang/Lex/PPCallbacks.h
  385   void FileChanged(SourceLocation Loc, FileChangeReason Reason,
tools/clang/lib/CodeGen/MacroPPCallbacks.cpp
  158 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason,
tools/clang/lib/Frontend/DependencyFile.cpp
   40   void FileChanged(SourceLocation Loc, FileChangeReason Reason,
tools/clang/lib/Frontend/HeaderIncludeGen.cpp
  128 void HeaderIncludesCallback::FileChanged(SourceLocation Loc,
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  259 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc,
tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
  156 void InclusionRewriter::FileChanged(SourceLocation Loc,
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
   67   void FileChanged(SourceLocation Loc, FileChangeReason Reason,
tools/clang/lib/Sema/Sema.cpp
   89   virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  140 void ExpandModularHeadersPPCallbacks::FileChanged(
tools/clang/tools/extra/clang-tidy/utils/HeaderGuard.cpp
   33   void FileChanged(SourceLocation Loc, FileChangeReason Reason,
tools/clang/tools/extra/clangd/CollectMacros.h
   39   void FileChanged(SourceLocation Loc, FileChangeReason,
tools/clang/tools/extra/clangd/ParsedAST.cpp
  155   void FileChanged(SourceLocation Loc, FileChangeReason Reason,
tools/clang/tools/extra/clangd/index/IndexAction.cpp
   53   void FileChanged(SourceLocation Loc, FileChangeReason Reason,
tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
 1301 void PreprocessorCallbacks::FileChanged(
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  102 void PPCallbacksTracker::FileChanged(SourceLocation Loc,
tools/clang/tools/libclang/Indexing.cpp
  247   void FileChanged(SourceLocation Loc, FileChangeReason Reason,

References

tools/clang/include/clang/Lex/PPCallbacks.h
  388     First->FileChanged(Loc, Reason, FileType, PrevFID);
  389     Second->FileChanged(Loc, Reason, FileType, PrevFID);
tools/clang/lib/Lex/PPDirectives.cpp
 1220     Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
 1372     Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind);
tools/clang/lib/Lex/PPLexerChange.cpp
  120     Callbacks->FileChanged(CurLexer->getFileLoc(),
  468       Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
tools/clang/lib/Lex/Pragma.cpp
  477     Callbacks->FileChanged(SysHeaderTok.getLocation(),