Searched refs:KeyDecls (Results 1 – 3 of 3) sorted by relevance
1138 KeyDeclsMap KeyDecls; variable1237 auto I = KeyDecls.find(D); in getKeyDeclaration()1238 if (I == KeyDecls.end() || I->second.empty()) in getKeyDeclaration()1253 auto It = KeyDecls.find(const_cast<Decl*>(D)); in forEachImportedKeyDecl()1254 if (It != KeyDecls.end()) in forEachImportedKeyDecl()
2582 Reader.KeyDecls[ExistingCanon].push_back(Redecl.getFirstID()); in mergeRedeclarable()
7324 auto &Merged = KeyDecls[D->getCanonicalDecl()]; in GetExistingDecl()