Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp1413 static NamedDecl *findAcceptableDecl(Sema &SemaRef, NamedDecl *D) { in findAcceptableDecl() function
1430 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()