Searched refs:Firsts (Results 1 – 1 of 1) sorted by relevance
201 llvm::MapVector<ModuleFile *, const Decl *> &Firsts) { in CollectFirstDeclFromEachModule() argument206 Firsts[Writer.Chain->getOwningModuleFile(R)] = R; in CollectFirstDeclFromEachModule()208 Firsts[nullptr] = R; in CollectFirstDeclFromEachModule()216 llvm::MapVector<ModuleFile *, const Decl *> Firsts; in AddFirstDeclFromEachModule() local217 CollectFirstDeclFromEachModule(D, IncludeLocal, Firsts); in AddFirstDeclFromEachModule()219 for (const auto &F : Firsts) in AddFirstDeclFromEachModule()275 llvm::MapVector<ModuleFile *, const Decl *> Firsts; in AddFirstSpecializationDeclFromEachModule() local276 CollectFirstDeclFromEachModule(D, /*IncludeLocal*/ true, Firsts); in AddFirstSpecializationDeclFromEachModule()278 for (const auto &F : Firsts) { in AddFirstSpecializationDeclFromEachModule()