HomeSort by relevance Sort by last modified time
    Searched refs:FileChanged (Results 1 - 11 of 11) 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 55 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
101 void DependencyFileCallback::FileChanged(SourceLocation Loc,
PrintPreprocessedOutput.cpp 127 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
239 /// FileChanged - Whenever the preprocessor enters or exits a #include file
242 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc,
VerifyDiagnosticConsumer.cpp 63 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
  /external/clang/include/clang/Lex/
PPCallbacks.h 47 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
273 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
276 First->FileChanged(Loc, Reason, FileType, PrevFID);
277 Second->FileChanged(Loc, Reason, FileType, PrevFID);
  /external/chromium/net/base/
upload_data_stream_unittest.cc 106 TEST_F(UploadDataStreamTest, FileChanged) {
  /external/clang/lib/Lex/
PPLexerChange.cpp 128 Callbacks->FileChanged(CurLexer->getFileLoc(),
153 Callbacks->FileChanged(EnterLoc, PPCallbacks::EnterFile, FileType);
306 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
PPDirectives.cpp 877 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
    [all...]
Pragma.cpp 431 Callbacks->FileChanged(SysHeaderTok.getLocation(),
    [all...]
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 50 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
120 /// FileChanged - Whenever the preprocessor enters or exits a #include file
122 void InclusionRewriter::FileChanged(SourceLocation Loc,
151 /// FileChanged() or FileSkipped() is called after this.
  /external/clang/tools/libclang/
Indexing.cpp 254 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
    [all...]

Completed in 733 milliseconds