Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp1459 static bool shouldBeHidden(NamedDecl *D) { in shouldBeHidden() function
1528 if (shouldBeHidden(ND)) in removeDecl()
1647 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) && in buildLookupImpl()
1873 if (shouldBeHidden(D)) in makeDeclVisibleInContextWithFlags()