Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h50 bool isTypeVisibility() const { in isTypeVisibility() function
H A DDecl.cpp424 return (computation.isTypeVisibility() && D->hasAttr<TypeVisibilityAttr>()) || in hasDirectVisibilityAttribute()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2909 bool isTypeVisibility) { in handleVisibilityAttr() argument
2917 if (isTypeVisibility && !(isa<TagDecl>(D) || isa<ObjCInterfaceDecl>(D) || in handleVisibilityAttr()
2946 if (isTypeVisibility) { in handleVisibilityAttr()