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,
81 FileChangeReason Reason, in FileChanged()
DDependencyFile.cpp39 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
167 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
240 FileChangeReason Reason, in FileChanged()
DPrintPreprocessedOutput.cpp124 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
250 FileChangeReason Reason, in FileChanged()
DVerifyDiagnosticConsumer.cpp61 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/external/clang/include/clang/Lex/
DPPCallbacks.h41 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/
DInclusionRewriter.cpp61 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
141 FileChangeReason Reason, in FileChanged()
/external/clang/tools/libclang/
DIndexing.cpp256 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/external/clang/lib/Lex/
DPPDirectives.cpp1202 PPCallbacks::FileChangeReason Reason = PPCallbacks::RenameFile; in HandleDigitDirective()