Home | History | Annotate | Download | only in Sema

Lines Matching refs:FirstType

2635   QualType FirstType = FirstField->getType();
2636 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) {
2639 << FirstType->isVectorType() << FirstType;
2643 uint64_t FirstSize = S.Context.getTypeSize(FirstType);
2644 uint64_t FirstAlign = S.Context.getTypeAlign(FirstType);