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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h49 bool isTypeVisibility() const { function in struct:clang::LVComputationKind
H A DDecl.cpp413 return (computation.isTypeVisibility() && D->hasAttr<TypeVisibilityAttr>()) ||
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2554 bool isTypeVisibility) {
2562 if (isTypeVisibility &&
2593 if (isTypeVisibility) {
2553 handleVisibilityAttr(Sema &S, Decl *D, const ParsedAttr &AL, bool isTypeVisibility) argument

Completed in 212 milliseconds