Searched refs:isVisibleSlow (Results 1 – 3 of 3) sorted by relevance
340 return isVisibleSlow(SemaRef, D); in isVisible()356 static bool isVisibleSlow(Sema &SemaRef, NamedDecl *D);
274 bool isVisibleSlow(const NamedDecl *D);1409 return !D->isHidden() || isVisibleSlow(D); in isVisible()
1521 bool LookupResult::isVisibleSlow(Sema &SemaRef, NamedDecl *D) { in isVisibleSlow() function in LookupResult1589 bool Sema::isVisibleSlow(const NamedDecl *D) { in isVisibleSlow() function in Sema