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

/external/clang/lib/AST/
H A DDecl.cpp101 LVForType = NamedDecl::VisibilityForType, enumerator in enum:LVComputationKind
111 LVForExplicitType = (LVForType | IgnoreExplicitVisibilityBit),
136 assert(oldKind != LVForType || newKind == LVForExplicitType);
396 case LVForType:
662 assert(computation == LVForType);
1005 (usesTypeVisibility(this) ? LVForType : LVForValue);

Completed in 54 milliseconds