Searched refs:getAcceptableDecl (Results 1 – 3 of 3) sorted by relevance
1098 if ((D = R.getAcceptableDecl(D))) { in LookupDirect()1296 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()1361 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName()1450 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()1941 if (NamedDecl *D = R.getAcceptableDecl(*I)) { in LookupName()1995 if (NamedDecl *LastD = R.getAcceptableDecl(*LastI)) in LookupName()2397 if (NamedDecl *ND = R.getAcceptableDecl(*I)) in LookupQualifiedName()3824 if (NamedDecl *ND = Result.getAcceptableDecl(*I)) { in lookupInDeclContext()3846 if (auto *ND = Result.getAcceptableDecl(D)) { in lookupInDeclContext()3991 if ((ND = Result.getAcceptableDecl(ND))) { in lookupInScope()
12994 if (auto *Acceptable = R.getAcceptableDecl(D)) in CheckImplicitSpecialMemberDeclaration()
361 NamedDecl *getAcceptableDecl(NamedDecl *D) const { in getAcceptableDecl() function