HomeSort by relevance Sort by last modified time
    Searched refs:FileChanged (Results 1 - 9 of 9) 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,
100 void DependencyFileCallback::FileChanged(SourceLocation Loc,
PrintPreprocessedOutput.cpp 119 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
47 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
246 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
249 First->FileChanged(Loc, Reason, FileType, PrevFID);
250 Second->FileChanged(Loc, Reason, FileType, PrevFID);
  /external/clang/lib/Lex/
PPLexerChange.cpp 128 Callbacks->FileChanged(CurLexer->getFileLoc(),
153 Callbacks->FileChanged(EnterLoc, PPCallbacks::EnterFile, FileType);
302 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
PPDirectives.cpp 849 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
    [all...]
Pragma.cpp 404 Callbacks->FileChanged(SysHeaderTok.getLocation(),
    [all...]
  /external/chromium/net/base/
upload_data_stream_unittest.cc 106 TEST_F(UploadDataStreamTest, FileChanged) {
  /external/clang/tools/libclang/
Indexing.cpp 53 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,

Completed in 98 milliseconds