Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp1562 static NamedDecl *findAcceptableDecl(Sema &SemaRef, NamedDecl *D) { in findAcceptableDecl() function
1579 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()