Searched defs:DepCollectorMMCallbacks (Results 1 – 1 of 1) sorted by relevance
96 struct DepCollectorMMCallbacks : public ModuleMapCallbacks { struct97 DependencyCollector &DepCollector;98 DepCollectorMMCallbacks(DependencyCollector &DC) : DepCollector(DC) {} in DepCollectorMMCallbacks() function100 void moduleMapFileRead(SourceLocation Loc, const FileEntry &Entry, in moduleMapFileRead()