Searched refs:getAcceptableDecl (Results 1 – 2 of 2) sorted by relevance
825 if ((D = R.getAcceptableDecl(D))) { in LookupDirect()1074 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()1150 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName()1239 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()1638 if (NamedDecl *D = R.getAcceptableDecl(*I)) { in LookupName()1692 if (NamedDecl *LastD = R.getAcceptableDecl(*LastI)) in LookupName()3379 if (NamedDecl *ND = Result.getAcceptableDecl(*I)) { in LookupVisibleDecls()3396 if (auto *ND = Result.getAcceptableDecl(D)) { in LookupVisibleDecls()3522 if ((ND = Result.getAcceptableDecl(ND))) { in LookupVisibleDecls()
302 NamedDecl *getAcceptableDecl(NamedDecl *D) const { in getAcceptableDecl() function