Home
last modified time | relevance | path

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

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