Searched refs:findAcceptableDecl (Results 1 – 1 of 1) sorted by relevance
1562 static NamedDecl *findAcceptableDecl(Sema &SemaRef, NamedDecl *D) { in findAcceptableDecl() function1579 return findAcceptableDecl(getSema(), D); in getAcceptableDeclSlow()3226 if (!isVisible(D) && !(D = findAcceptableDecl(*this, D))) in ArgumentDependentLookup()3705 VisibleDecl = findAcceptableDecl(SemaRef, *DI); in checkCorrectionVisibility()3784 !findAcceptableDecl(SemaRef, ND)) in FoundDecl()