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

/external/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp42 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
75 void HeaderIncludesCallback::FileChanged(SourceLocation Loc, function in class:HeaderIncludesCallback
H A DDependencyFile.cpp56 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
102 void DependencyFileCallback::FileChanged(SourceLocation Loc, function in class:DependencyFileCallback
H A DVerifyDiagnosticConsumer.cpp63 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, function in class:__anon15282::VerifyFileTracker
H A DPrintPreprocessedOutput.cpp127 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
254 /// FileChanged - Whenever the preprocessor enters or exits a #include file
257 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, function in class:PrintPPOutputPPCallbacks
/external/clang/include/clang/Lex/
H A DPPCallbacks.h49 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, function in class:clang::PPCallbacks
312 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, function in class:clang::PPChainedCallbacks
315 First->FileChanged(Loc, Reason, FileType, PrevFID);
316 Second->FileChanged(Loc, Reason, FileType, PrevFID);
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp58 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
138 /// FileChanged - Whenever the preprocessor enters or exits a #include file
140 void InclusionRewriter::FileChanged(SourceLocation Loc, function in class:InclusionRewriter
169 /// FileChanged() or FileSkipped() is called after this.
/external/clang/tools/libclang/
H A DIndexing.cpp255 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, function in class:__anon16665::IndexPPCallbacks

Completed in 490 milliseconds