Home
last modified time | relevance | path

Searched defs:DepCollectorPPCallbacks (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
DDependencyFile.cpp34 struct DepCollectorPPCallbacks : public PPCallbacks { struct
35 DependencyCollector &DepCollector;
36 SourceManager &SM;
37 DepCollectorPPCallbacks(DependencyCollector &L, SourceManager &SM) in DepCollectorPPCallbacks() function
40 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
62 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, in InclusionDirective()
74 void EndOfMainFile() override { in EndOfMainFile()