Searched refs:getAcceptableDecl (Results 1 – 3 of 3) sorted by relevance
1111 if ((D = R.getAcceptableDecl(D))) { in LookupDirect()1308 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()1373 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName()1462 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()2208 if (NamedDecl *D = R.getAcceptableDecl(*I)) { in LookupName()2262 if (NamedDecl *LastD = R.getAcceptableDecl(*LastI)) in LookupName()2664 if (NamedDecl *ND = R.getAcceptableDecl(*I)) in LookupQualifiedName()4137 if (NamedDecl *ND = Result.getAcceptableDecl(*I)) { in lookupInDeclContext()4160 if (auto *ND = Result.getAcceptableDecl(D)) { in lookupInDeclContext()4314 if ((ND = Result.getAcceptableDecl(ND))) { in lookupInScope()
13485 if (auto *Acceptable = R.getAcceptableDecl(D)) in CheckImplicitSpecialMemberDeclaration()
385 NamedDecl *getAcceptableDecl(NamedDecl *D) const { in getAcceptableDecl() function