Home
last modified time | relevance | path

Searched refs:findAcceptableDecl (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaLookup.cpp1609 static NamedDecl *findAcceptableDecl(Sema &SemaRef, NamedDecl *D) { in findAcceptableDecl() function
1659 isVisible(getSema(), Key) ? Key : findAcceptableDecl(getSema(), Key); in getAcceptableDeclSlow()
1665 return findAcceptableDecl(getSema(), D); in getAcceptableDeclSlow()
3315 if (!isVisible(D) && !(D = findAcceptableDecl(*this, D))) in ArgumentDependentLookup()
3791 VisibleDecl = findAcceptableDecl(SemaRef, *DI); in checkCorrectionVisibility()
3870 !findAcceptableDecl(SemaRef, ND)) in FoundDecl()