Searched refs:FQT (Results 1 – 3 of 3) sorted by relevance
2293 static Qualifiers::GC GetGCAttrTypeForType(ASTContext &Ctx, QualType FQT, in GetGCAttrTypeForType() argument2298 if (FQT.isObjCGCStrong()) in GetGCAttrTypeForType()2301 if (FQT.isObjCGCWeak()) in GetGCAttrTypeForType()2304 if (auto ownership = FQT.getObjCLifetime()) { in GetGCAttrTypeForType()2318 if (FQT->isObjCObjectPointerType() || FQT->isBlockPointerType()) in GetGCAttrTypeForType()2323 if (const PointerType *PT = FQT->getAs<PointerType>()) in GetGCAttrTypeForType()2479 Qualifiers::ObjCLifetime CGObjCCommonMac::getBlockCaptureLifetime(QualType FQT, in getBlockCaptureLifetime() argument2482 if (auto lifetime = FQT.getObjCLifetime()) in getBlockCaptureLifetime()2490 if (FQT->isObjCObjectPointerType() || FQT->isBlockPointerType()) in getBlockCaptureLifetime()2551 QualType FQT = Field->getType(); in BuildRCRecordLayout() local[all …]
968 QualType FQT = I->getType(); in visitRecordForValidation() local969 if (isTypeIncompleteForLayout(FQT)) in visitRecordForValidation()971 if (FQT->isDependentType()) in visitRecordForValidation()
2363 FQT:Merville/Calonne, France