Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DLookup.h356 return isVisibleSlow(SemaRef, D); in isVisible()
372 static bool isVisibleSlow(Sema &SemaRef, NamedDecl *D);
H A DSema.h364 bool isVisibleSlow(const NamedDecl *D);
2172 return D->isUnconditionallyVisible() || isVisibleSlow(D); in isVisible()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp1678 bool LookupResult::isVisibleSlow(Sema &SemaRef, NamedDecl *D) { in isVisibleSlow() function in LookupResult
1787 bool Sema::isVisibleSlow(const NamedDecl *D) { in isVisibleSlow() function in Sema