Lines Matching full:variance
430 /// objc-type-parameter-variance? identifier objc-type-parameter-bound[opt]
435 /// objc-type-parameter-variance:
482 // Parse the variance, if any.
484 ObjCTypeParamVariance variance = ObjCTypeParamVariance::Invariant;
486 variance = Tok.is(tok::kw___covariant)
491 // Once we've seen a variance specific , we know this is not a
547 variance,