Lines Matching defs:FT
247 QualType FT = FD->getType();
253 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
256 FT = AT->getElementType();
262 const RecordType *RT = FT->getAs<RecordType>();
280 return isEmptyRecord(Context, FT, AllowArrays, AsIfNoUniqueAddr);
371 QualType FT = FD->getType();
383 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
386 FT = AT->getElementType();
389 if (!isAggregateTypeForABI(FT)) {
390 Found = FT.getTypePtr();
392 Found = isSingleElementStruct(FT, Context);
472 QualType FT = i->getType();
474 if (isSIMDVectorType(Context, FT))
477 if (isRecordWithSIMDVectorType(Context, FT))