Home | History | Annotate | Download | only in AST

Lines Matching refs:oldKind

123 withExplicitVisibilityAlready(LVComputationKind oldKind) {
125 static_cast<LVComputationKind>(unsigned(oldKind) |
127 assert(oldKind != LVForType || newKind == LVForExplicitType);
128 assert(oldKind != LVForValue || newKind == LVForExplicitValue);
129 assert(oldKind != LVForExplicitType || newKind == LVForExplicitType);
130 assert(oldKind != LVForExplicitValue || newKind == LVForExplicitValue);