Searched defs:DepCollectorASTListener (Results 1 – 1 of 1) sorted by relevance
93 struct DepCollectorASTListener : public ASTReaderListener { struct94 DependencyCollector &DepCollector;95 DepCollectorASTListener(DependencyCollector &L) : DepCollector(L) { } in DepCollectorASTListener() function96 bool needsInputFileVisitation() override { return true; } in needsInputFileVisitation()97 bool needsSystemInputFileVisitation() override { in needsSystemInputFileVisitation()100 void visitModuleFile(StringRef Filename, in visitModuleFile()106 bool visitInputFile(StringRef Filename, bool IsSystem, in visitInputFile()