Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DLookup.h340 return isVisibleSlow(SemaRef, D); in isVisible()
356 static bool isVisibleSlow(Sema &SemaRef, NamedDecl *D);
DSema.h274 bool isVisibleSlow(const NamedDecl *D);
1409 return !D->isHidden() || isVisibleSlow(D); in isVisible()
/external/clang/lib/Sema/
DSemaLookup.cpp1521 bool LookupResult::isVisibleSlow(Sema &SemaRef, NamedDecl *D) { in isVisibleSlow() function in LookupResult
1589 bool Sema::isVisibleSlow(const NamedDecl *D) { in isVisibleSlow() function in Sema