Home
last modified time | relevance | path

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

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