Searched defs:FileChanged (Results 1 - 6 of 6) sorted by relevance
/external/clang/lib/Frontend/ |
H A D | HeaderIncludeGen.cpp | 46 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 114 void HeaderIncludesCallback::FileChanged(SourceLocation Loc, function in class:HeaderIncludesCallback
|
H A D | DependencyFile.cpp | 40 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 D | PrintPreprocessedOutput.cpp | 123 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 D | TranslationUnitGenerator.cpp | 51 void FileChanged(clang::SourceLocation /*loc*/, 115 void IncludeFinderPPCallbacks::FileChanged( function in class:__anon28015::IncludeFinderPPCallbacks
|
/external/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 61 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 D | PPCallbacks.h | 50 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