Searched refs:FileChanged (Results 1 - 10 of 10) sorted by relevance
/external/clang/lib/Frontend/ |
H A D | HeaderIncludeGen.cpp | 43 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 116 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
|
H A D | VerifyDiagnosticConsumer.cpp | 61 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
|
/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);
|
/external/clang/lib/Lex/ |
H A D | PPLexerChange.cpp | 130 Callbacks->FileChanged(CurLexer->getFileLoc(), 156 Callbacks->FileChanged(EnterLoc, PPCallbacks::EnterFile, FileType); 429 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
|
H A D | PPDirectives.cpp | 1055 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), 1209 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind);
|
H A D | Pragma.cpp | 441 Callbacks->FileChanged(SysHeaderTok.getLocation(),
|
/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/tools/libclang/ |
H A D | Indexing.cpp | 256 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
|
Completed in 150 milliseconds