Searched refs:isVisibleSlow (Results 1 – 3 of 3) sorted by relevance
297 return isVisibleSlow(SemaRef, D); in isVisible()313 static bool isVisibleSlow(Sema &SemaRef, NamedDecl *D);
271 bool isVisibleSlow(const NamedDecl *D);1387 return !D->isHidden() || isVisibleSlow(D); in isVisible()
1474 bool LookupResult::isVisibleSlow(Sema &SemaRef, NamedDecl *D) { in isVisibleSlow() function in LookupResult1542 bool Sema::isVisibleSlow(const NamedDecl *D) { in isVisibleSlow() function in Sema