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

  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 43 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
80 void HeaderIncludesCallback::FileChanged(SourceLocation Loc,
DependencyFile.cpp 39 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
77 // Files that actually exist are handled by FileChanged.
167 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
239 void DFGImpl::FileChanged(SourceLocation Loc,
PrintPreprocessedOutput.cpp 124 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
246 /// FileChanged - Whenever the preprocessor enters or exits a #include file
249 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc,
VerifyDiagnosticConsumer.cpp 61 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
  /external/clang/include/clang/Lex/
PPCallbacks.h 49 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
332 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
335 First->FileChanged(Loc, Reason, FileType, PrevFID);
336 Second->FileChanged(Loc, Reason, FileType, PrevFID);
  /external/clang/lib/Lex/
PPLexerChange.cpp 129 Callbacks->FileChanged(CurLexer->getFileLoc(),
155 Callbacks->FileChanged(EnterLoc, PPCallbacks::EnterFile, FileType);
415 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
PPDirectives.cpp     [all...]
Pragma.cpp 436 Callbacks->FileChanged(SysHeaderTok.getLocation(),
    [all...]
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 61 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/clang/tools/libclang/
Indexing.cpp 256 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
    [all...]

Completed in 190 milliseconds