Home | History | Annotate | Download | only in parsing

Lines Matching full:bitfield

373   typedef BitField<Type, 0, 3> TypeField;
380 typedef BitField<bool, 31, 1> ParenthesizedField;
384 typedef BitField<ExpressionType, TypeField::kNext, 3> ExpressionTypeField;
385 typedef BitField<bool, TypeField::kNext, 1> IsUseStrictField;
386 typedef BitField<bool, IsUseStrictField::kNext, 1> IsUseAsmField;
387 typedef BitField<PreParserIdentifier::Type, TypeField::kNext, 10>
389 typedef BitField<bool, TypeField::kNext, 1> HasCoverInitializedNameField;