Searched refs:KeyDecls (Results 1 – 6 of 6) sorted by relevance
1150 KeyDeclsMap KeyDecls; variable1250 auto I = KeyDecls.find(D); in getKeyDeclaration()1251 if (I == KeyDecls.end() || I->second.empty()) in getKeyDeclaration()1266 auto It = KeyDecls.find(const_cast<Decl*>(D)); in forEachImportedKeyDecl()1267 if (It != KeyDecls.end()) in forEachImportedKeyDecl()
1006 KeyDeclsMap KeyDecls; variable1086 auto I = KeyDecls.find(D); in getKeyDeclaration()1087 if (I == KeyDecls.end() || I->second.empty()) in getKeyDeclaration()1102 auto It = KeyDecls.find(const_cast<Decl*>(D)); in forEachImportedKeyDecl()1103 if (It != KeyDecls.end()) in forEachImportedKeyDecl()
2407 Reader.KeyDecls[ExistingCanon].push_back(Redecl.getFirstID()); in mergeRedeclarable()
6438 auto &Merged = KeyDecls[D->getCanonicalDecl()]; in GetExistingDecl()
2615 Reader.KeyDecls[ExistingCanon].push_back(Redecl.getFirstID()); in mergeRedeclarable()
7378 auto &Merged = KeyDecls[D->getCanonicalDecl()]; in GetExistingDecl()