Searched defs:DepCollectorMMCallbacks (Results 1 – 1 of 1) sorted by relevance
123 struct DepCollectorMMCallbacks : public ModuleMapCallbacks { struct124 DependencyCollector &DepCollector;125 DepCollectorMMCallbacks(DependencyCollector &DC) : DepCollector(DC) {} in DepCollectorMMCallbacks() argument127 void moduleMapFileRead(SourceLocation Loc, FileEntryRef Entry, in moduleMapFileRead()