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