Home | History | Annotate | Download | only in Sema

Lines Matching refs:FirstType

2535   QualType FirstType = FirstField->getType();
2536 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) {
2539 << FirstType->isVectorType() << FirstType;
2543 uint64_t FirstSize = S.Context.getTypeSize(FirstType);
2544 uint64_t FirstAlign = S.Context.getTypeAlign(FirstType);