Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DDeclBase.cpp1464 static bool shouldBeHidden(NamedDecl *D) { in shouldBeHidden() function
1533 if (shouldBeHidden(ND)) in removeDecl()
1651 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) && in buildLookupImpl()
1879 if (shouldBeHidden(D)) in makeDeclVisibleInContextWithFlags()
/external/clang/lib/AST/
DDeclBase.cpp1314 static bool shouldBeHidden(NamedDecl *D) { in shouldBeHidden() function
1389 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) && in buildLookupImpl()
1599 if (shouldBeHidden(D)) in makeDeclVisibleInContextWithFlags()