HomeSort by relevance Sort by last modified time
    Searched refs:FileChanged (Results 1 - 14 of 14) 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 56 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
102 void DependencyFileCallback::FileChanged(SourceLocation Loc,
PrintPreprocessedOutput.cpp 127 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
254 /// FileChanged - Whenever the preprocessor enters or exits a #include file
257 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc,
VerifyDiagnosticConsumer.cpp 63 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
  /external/clang/include/clang/Lex/
PPCallbacks.h 49 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
312 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
315 First->FileChanged(Loc, Reason, FileType, PrevFID);
316 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);
327 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
PPDirectives.cpp     [all...]
Pragma.cpp 436 Callbacks->FileChanged(SysHeaderTok.getLocation(),
    [all...]
  /external/chromium_org/net/base/
upload_file_element_reader_unittest.cc 199 TEST_F(UploadFileElementReaderTest, FileChanged) {
346 TEST_F(UploadFileElementReaderSyncTest, FileChanged) {
upload_data_stream_unittest.cc 544 TEST_F(UploadDataStreamTest, FileChanged) {
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 58 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
138 /// FileChanged - Whenever the preprocessor enters or exits a #include file
140 void InclusionRewriter::FileChanged(SourceLocation Loc,
169 /// FileChanged() or FileSkipped() is called after this.
  /external/chromium_org/webkit/browser/fileapi/
upload_file_system_file_element_reader_unittest.cc 271 TEST_F(UploadFileSystemFileElementReaderTest, FileChanged) {
  /external/clang/tools/libclang/
Indexing.cpp 255 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
    [all...]

Completed in 221 milliseconds