Searched refs:getAcceptableDecl (Results 1 – 3 of 3) sorted by relevance
1140 if ((D = R.getAcceptableDecl(D))) { in LookupDirect()1349 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()1413 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName()1502 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()2242 if (NamedDecl *D = R.getAcceptableDecl(*I)) { in LookupName()2296 if (NamedDecl *LastD = R.getAcceptableDecl(*LastI)) in LookupName()2697 if (NamedDecl *ND = R.getAcceptableDecl(*I)) in LookupQualifiedName()4185 if (NamedDecl *ND = Result.getAcceptableDecl(*I)) { in lookupInDeclContext()4216 if (auto *ND = Result.getAcceptableDecl(D)) { in lookupInDeclContext()4361 if ((ND = Result.getAcceptableDecl(ND))) { in lookupInScope()
14084 if (auto *Acceptable = R.getAcceptableDecl(D)) in CheckImplicitSpecialMemberDeclaration()
408 NamedDecl *getAcceptableDecl(NamedDecl *D) const { in getAcceptableDecl() function