Searched defs:FileChanged (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp46 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
114 void HeaderIncludesCallback::FileChanged(SourceLocation Loc, function in class:HeaderIncludesCallback
H A DDependencyFile.cpp40 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
71 // Files that actually exist are handled by FileChanged.
185 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
271 void DFGImpl::FileChanged(SourceLocation Loc, function in class:DFGImpl
H A DPrintPreprocessedOutput.cpp123 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
245 /// FileChanged - Whenever the preprocessor enters or exits a #include file
248 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, function in class:PrintPPOutputPPCallbacks
/external/v8/tools/clang/translation_unit/
H A DTranslationUnitGenerator.cpp51 void FileChanged(clang::SourceLocation /*loc*/,
115 void IncludeFinderPPCallbacks::FileChanged( function in class:__anon28015::IncludeFinderPPCallbacks
/external/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp61 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
139 /// FileChanged - Whenever the preprocessor enters or exits a #include file
141 void InclusionRewriter::FileChanged(SourceLocation Loc, function in class:InclusionRewriter
172 /// FileChanged() or FileSkipped() is called after this.
/external/clang/include/clang/Lex/
H A DPPCallbacks.h50 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, function in class:clang::PPCallbacks
333 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
336 First->FileChanged(Loc, Reason, FileType, PrevFID);
337 Second->FileChanged(Loc, Reason, FileType, PrevFID);

Completed in 149 milliseconds