Searched refs:KeyDecls (Results 1 – 3 of 3) sorted by relevance
1347 KeyDeclsMap KeyDecls; variable1486 auto I = KeyDecls.find(D); in getKeyDeclaration()1487 if (I == KeyDecls.end() || I->second.empty()) in getKeyDeclaration()1502 auto It = KeyDecls.find(const_cast<Decl*>(D)); in forEachImportedKeyDecl()1503 if (It != KeyDecls.end()) in forEachImportedKeyDecl()
2998 Reader.KeyDecls[ExistingCanon].push_back(KeyDeclID); in mergeRedeclarableImpl()
8239 auto &Merged = KeyDecls[D->getCanonicalDecl()]; in GetExistingDecl()