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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1461 /// shouldBeHidden - Determine whether a declaration which was declared
1463 static bool shouldBeHidden(NamedDecl *D) { function
1532 if (shouldBeHidden(ND))
1650 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) &&
1878 if (shouldBeHidden(D))

Completed in 94 milliseconds