Searched refs:FileChangeReason (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Frontend/ |
D | HeaderIncludeGen.cpp | 43 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 81 FileChangeReason Reason, in FileChanged()
|
D | DependencyFile.cpp | 39 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() 167 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 240 FileChangeReason Reason, in FileChanged()
|
D | PrintPreprocessedOutput.cpp | 124 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 250 FileChangeReason Reason, in FileChanged()
|
D | VerifyDiagnosticConsumer.cpp | 61 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 41 enum FileChangeReason { enum 49 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, 332 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
|
/external/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 61 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 141 FileChangeReason Reason, in FileChanged()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 256 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 1202 PPCallbacks::FileChangeReason Reason = PPCallbacks::RenameFile; in HandleDigitDirective()
|