HomeSort by relevance Sort by last modified time
    Searched defs:FileChanged (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 42 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
75 void HeaderIncludesCallback::FileChanged(SourceLocation Loc,
DependencyFile.cpp 56 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
102 void DependencyFileCallback::FileChanged(SourceLocation Loc,
PrintPreprocessedOutput.cpp 127 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
254 /// FileChanged - Whenever the preprocessor enters or exits a #include file
257 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc,
VerifyDiagnosticConsumer.cpp 63 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
  /external/clang/include/clang/Lex/
PPCallbacks.h 49 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
312 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
315 First->FileChanged(Loc, Reason, FileType, PrevFID);
316 Second->FileChanged(Loc, Reason, FileType, PrevFID);
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 58 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
138 /// FileChanged - Whenever the preprocessor enters or exits a #include file
140 void InclusionRewriter::FileChanged(SourceLocation Loc,
169 /// FileChanged() or FileSkipped() is called after this.
  /external/clang/tools/libclang/
Indexing.cpp 255 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
    [all...]

Completed in 224 milliseconds