Home | History | Annotate | Download | only in AST

Lines Matching defs:newKind

129   LVComputationKind newKind =
132 assert(oldKind != LVForType || newKind == LVForExplicitType);
133 assert(oldKind != LVForValue || newKind == LVForExplicitValue);
134 assert(oldKind != LVForExplicitType || newKind == LVForExplicitType);
135 assert(oldKind != LVForExplicitValue || newKind == LVForExplicitValue);
136 return newKind;