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

/external/clang/lib/AST/
H A DDecl.cpp106 LVForValue = NamedDecl::VisibilityForValue, enumerator in enum:LVComputationKind
116 LVForExplicitValue = (LVForValue | IgnoreExplicitVisibilityBit),
120 LVForValue | IgnoreExplicitVisibilityBit | IgnoreAllVisibilityBit
137 assert(oldKind != LVForValue || newKind == LVForExplicitValue);
369 /// LVForValue.
401 case LVForValue:
659 if (computation == LVForValue) {
1005 (usesTypeVisibility(this) ? LVForType : LVForValue);

Completed in 96 milliseconds