Searched refs:KeyDecls (Results 1 – 3 of 3) sorted by relevance
1204 KeyDeclsMap KeyDecls; variable1300 auto I = KeyDecls.find(D); in getKeyDeclaration()1301 if (I == KeyDecls.end() || I->second.empty()) in getKeyDeclaration()1316 auto It = KeyDecls.find(const_cast<Decl*>(D)); in forEachImportedKeyDecl()1317 if (It != KeyDecls.end()) in forEachImportedKeyDecl()
2835 Reader.KeyDecls[ExistingCanon].push_back(Redecl.getFirstID()); in mergeRedeclarable()
7530 auto &Merged = KeyDecls[D->getCanonicalDecl()]; in GetExistingDecl()