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

  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 43 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
116 void HeaderIncludesCallback::FileChanged(SourceLocation Loc,
DependencyFile.cpp 40 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
71 // Files that actually exist are handled by FileChanged.
185 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
271 void DFGImpl::FileChanged(SourceLocation Loc,
PrintPreprocessedOutput.cpp 123 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
245 /// FileChanged - Whenever the preprocessor enters or exits a #include file
248 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc,
  /external/clang/include/clang/Lex/
PPCallbacks.h 50 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
333 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
336 First->FileChanged(Loc, Reason, FileType, PrevFID);
337 Second->FileChanged(Loc, Reason, FileType, PrevFID);
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 61 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
139 /// FileChanged - Whenever the preprocessor enters or exits a #include file
141 void InclusionRewriter::FileChanged(SourceLocation Loc,
172 /// FileChanged() or FileSkipped() is called after this.

Completed in 77 milliseconds