Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1644 static bool shouldBeHidden(NamedDecl *D) { in shouldBeHidden() function
1713 if (shouldBeHidden(ND)) in removeDecl()
1832 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) && in buildLookupImpl()
2059 if (shouldBeHidden(D)) in makeDeclVisibleInContextWithFlags()