Searched refs:findAcceptableDecl (Results 1 – 1 of 1) sorted by relevance
1413 static NamedDecl *findAcceptableDecl(Sema &SemaRef, NamedDecl *D) { in findAcceptableDecl() function1430 return findAcceptableDecl(getSema(), D); in getAcceptableDeclSlow()3050 if (!isVisible(D) && !(D = findAcceptableDecl(*this, D))) in ArgumentDependentLookup()3529 VisibleDecl = findAcceptableDecl(SemaRef, *DI); in checkCorrectionVisibility()3608 !findAcceptableDecl(SemaRef, ND)) in FoundDecl()