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

  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 41 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
73 void HeaderIncludesCallback::FileChanged(SourceLocation Loc,
DependencyFile.cpp 54 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
114 void DependencyFileCallback::FileChanged(SourceLocation Loc,
PrintPreprocessedOutput.cpp 120 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
233 /// FileChanged - Whenever the preprocessor enters or exits a #include file
236 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc,
  /external/clang/include/clang/Lex/
PPCallbacks.h 40 /// FileChanged - This callback is invoked whenever a source file is
45 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
206 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
208 First->FileChanged(Loc, Reason, FileType);
209 Second->FileChanged(Loc, Reason, FileType);

Completed in 112 milliseconds