Searched refs:getAcceptableDecl (Results 1 – 2 of 2) sorted by relevance
671 if ((D = R.getAcceptableDecl(D))) { in LookupDirect()898 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()949 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName()1033 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()1275 if (NamedDecl *D = R.getAcceptableDecl(*I)) { in LookupName()1327 if (NamedDecl *LastD = R.getAcceptableDecl(*LastI)) in LookupName()3002 if ((ND = Result.getAcceptableDecl(ND))) { in LookupVisibleDecls()3139 if ((ND = Result.getAcceptableDecl(ND))) { in LookupVisibleDecls()
301 NamedDecl *getAcceptableDecl(NamedDecl *D) const { in getAcceptableDecl() function