Lines Matching defs:FT
256 QualType FT = FD->getType();
262 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
265 FT = AT->getElementType();
271 const RecordType *RT = FT->getAs<RecordType>();
289 return isEmptyRecord(Context, FT, AllowArrays, AsIfNoUniqueAddr);
380 QualType FT = FD->getType();
392 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
395 FT = AT->getElementType();
398 if (!isAggregateTypeForABI(FT)) {
399 Found = FT.getTypePtr();
401 Found = isSingleElementStruct(FT, Context);
481 QualType FT = i->getType();
483 if (isSIMDVectorType(Context, FT))
486 if (isRecordWithSIMDVectorType(Context, FT))