Home | History | Annotate | Download | only in Sema

Lines Matching refs:FirstType

2764   QualType FirstType = FirstField->getType();
2765 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) {
2768 << FirstType->isVectorType() << FirstType;
2772 uint64_t FirstSize = S.Context.getTypeSize(FirstType);
2773 uint64_t FirstAlign = S.Context.getTypeAlign(FirstType);