Home
last modified time | relevance | path

Searched refs:FileChangeReason (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp43 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
117 FileChangeReason Reason, in FileChanged()
DDependencyFile.cpp40 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
185 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
272 FileChangeReason Reason, in FileChanged()
DPrintPreprocessedOutput.cpp123 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
249 FileChangeReason Reason, in FileChanged()
DVerifyDiagnosticConsumer.cpp61 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/external/clang/include/clang/Lex/
DPPCallbacks.h42 enum FileChangeReason { enum
50 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
333 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp61 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
142 FileChangeReason Reason, in FileChanged()
/external/clang/tools/libclang/
DIndexing.cpp256 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/external/clang/lib/Lex/
DPPDirectives.cpp1198 PPCallbacks::FileChangeReason Reason = PPCallbacks::RenameFile; in HandleDigitDirective()