Home
last modified time | relevance | path

Searched refs:IgnoreAllVisibility (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DLinkage.h38 unsigned IgnoreAllVisibility : 1; member
44 IgnoreAllVisibility(false) {} in LVComputationKind()
61 Result.IgnoreAllVisibility = true; in forLinkageOnly()
69 Bits = (Bits << 1) | IgnoreAllVisibility; in toBits()
H A DDecl.cpp243 if (computation.IgnoreAllVisibility) in getLVForType()
418 if (computation.IgnoreAllVisibility) in hasDirectVisibilityAttribute()
1505 if (computation.IgnoreAllVisibility && D->hasCachedLinkage()) in getLVForDecl()