HomeSort by: relevance | last modified time | path
    Searched defs:FileChanged (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
HeaderIncludeGen.cpp 45 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
131 void HeaderIncludesCallback::FileChanged(SourceLocation Loc,
PrintPreprocessedOutput.cpp 125 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
256 /// FileChanged - Whenever the preprocessor enters or exits a #include file
259 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc,
758 // FIXME: We retrieve this token after the FileChanged callback, and
759 // retrieve the module_end token before the FileChanged callback, so
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MacroPPCallbacks.cpp 158 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason,
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
ModuleDepCollector.cpp 102 void ModuleDepCollectorPP::FileChanged(SourceLocation Loc,
134 // here as `FileChanged` will never see it.
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PPCallbacks.h 47 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
386 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
389 First->FileChanged(Loc, Reason, FileType, PrevFID);
390 Second->FileChanged(Loc, Reason, FileType, PrevFID);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 72 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
152 /// FileChanged - Whenever the preprocessor enters or exits a #include file
154 void InclusionRewriter::FileChanged(SourceLocation Loc,
186 /// FileChanged() or FileSkipped() is called after this (or neither is
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1060 BOOLEAN FileChanged;

Completed in 63 milliseconds