Searched refs:KeyDecls (Results 1 – 3 of 3) sorted by relevance
1004 KeyDeclsMap KeyDecls; variable1084 auto I = KeyDecls.find(D); in getKeyDeclaration()1085 if (I == KeyDecls.end() || I->second.empty()) in getKeyDeclaration()1100 auto It = KeyDecls.find(const_cast<Decl*>(D)); in forEachImportedKeyDecl()1101 if (It != KeyDecls.end()) in forEachImportedKeyDecl()
2323 Reader.KeyDecls[ExistingCanon].push_back(Redecl.getFirstID()); in mergeRedeclarable()
6436 auto &Merged = KeyDecls[D->getCanonicalDecl()]; in GetExistingDecl()