Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h1416 return isVisible(D) || hasVisibleDeclarationSlow(D, Modules);
1418 bool hasVisibleDeclarationSlow(const NamedDecl *D,
/external/clang/lib/Sema/
DSemaLookup.cpp1628 bool Sema::hasVisibleDeclarationSlow(const NamedDecl *D, in hasVisibleDeclarationSlow() function in Sema