Searched refs:getAcceptableDecl (Results 1 – 6 of 6) sorted by relevance
1057 if ((D = R.getAcceptableDecl(D))) { in LookupDirect()1255 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()1320 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName()1409 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()1900 if (NamedDecl *D = R.getAcceptableDecl(*I)) { in LookupName()1954 if (NamedDecl *LastD = R.getAcceptableDecl(*LastI)) in LookupName()2355 if (NamedDecl *ND = R.getAcceptableDecl(D)) in LookupQualifiedName()3775 if (NamedDecl *ND = Result.getAcceptableDecl(*I)) { in lookupInDeclContext()3797 if (auto *ND = Result.getAcceptableDecl(D)) { in lookupInDeclContext()3942 if ((ND = Result.getAcceptableDecl(ND))) { in lookupInScope()
12936 if (auto *Acceptable = R.getAcceptableDecl(D)) in CheckImplicitSpecialMemberDeclaration()
840 if ((D = R.getAcceptableDecl(D))) { in LookupDirect()1088 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()1168 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName()1257 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()1724 if (NamedDecl *D = R.getAcceptableDecl(*I)) { in LookupName()1778 if (NamedDecl *LastD = R.getAcceptableDecl(*LastI)) in LookupName()3465 if (NamedDecl *ND = Result.getAcceptableDecl(*I)) { in LookupVisibleDecls()3482 if (auto *ND = Result.getAcceptableDecl(D)) { in LookupVisibleDecls()3608 if ((ND = Result.getAcceptableDecl(ND))) { in LookupVisibleDecls()
9124 if (auto *Acceptable = R.getAcceptableDecl(D)) in CheckImplicitSpecialMemberDeclaration()
345 NamedDecl *getAcceptableDecl(NamedDecl *D) const { in getAcceptableDecl() function
361 NamedDecl *getAcceptableDecl(NamedDecl *D) const { in getAcceptableDecl() function