Searched refs:getAcceptableDecl (Results 1 – 3 of 3) sorted by relevance
1125 if ((D = R.getAcceptableDecl(D))) { in LookupDirect()1322 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()1386 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName()1475 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()2211 if (NamedDecl *D = R.getAcceptableDecl(*I)) { in LookupName()2265 if (NamedDecl *LastD = R.getAcceptableDecl(*LastI)) in LookupName()2668 if (NamedDecl *ND = R.getAcceptableDecl(*I)) in LookupQualifiedName()4156 if (NamedDecl *ND = Result.getAcceptableDecl(*I)) { in lookupInDeclContext()4187 if (auto *ND = Result.getAcceptableDecl(D)) { in lookupInDeclContext()4332 if ((ND = Result.getAcceptableDecl(ND))) { in lookupInScope()
13924 if (auto *Acceptable = R.getAcceptableDecl(D)) in CheckImplicitSpecialMemberDeclaration()
405 NamedDecl *getAcceptableDecl(NamedDecl *D) const { in getAcceptableDecl() function