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

  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 43 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
78 void HeaderIncludesCallback::FileChanged(SourceLocation Loc,
DependencyFile.cpp 38 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
76 // Files that actually exist are handled by FileChanged.
157 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
229 void DFGImpl::FileChanged(SourceLocation Loc,
PrintPreprocessedOutput.cpp 127 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
249 /// FileChanged - Whenever the preprocessor enters or exits a #include file
252 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc,
VerifyDiagnosticConsumer.cpp 64 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
  /external/clang/include/clang/Lex/
PPCallbacks.h 49 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
335 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
338 First->FileChanged(Loc, Reason, FileType, PrevFID);
339 Second->FileChanged(Loc, Reason, FileType, PrevFID);
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 58 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
137 /// FileChanged - Whenever the preprocessor enters or exits a #include file
139 void InclusionRewriter::FileChanged(SourceLocation Loc,
168 /// FileChanged() or FileSkipped() is called after this.

Completed in 734 milliseconds