Searched refs:FQT (Results 1 – 2 of 2) sorted by relevance
1914 static Qualifiers::GC GetGCAttrTypeForType(ASTContext &Ctx, QualType FQT) { in GetGCAttrTypeForType() argument1915 if (FQT.isObjCGCStrong()) in GetGCAttrTypeForType()1918 if (FQT.isObjCGCWeak() || FQT.getObjCLifetime() == Qualifiers::OCL_Weak) in GetGCAttrTypeForType()1922 if (FQT.getObjCLifetime() == Qualifiers::OCL_ExplicitNone) in GetGCAttrTypeForType()1925 if (FQT->isObjCObjectPointerType() || FQT->isBlockPointerType()) in GetGCAttrTypeForType()1928 if (const PointerType *PT = FQT->getAs<PointerType>()) in GetGCAttrTypeForType()2023 Qualifiers::ObjCLifetime CGObjCCommonMac::getBlockCaptureLifetime(QualType FQT, in getBlockCaptureLifetime() argument2026 return FQT.getObjCLifetime(); in getBlockCaptureLifetime()2029 if (FQT->isObjCObjectPointerType() || FQT->isBlockPointerType()) in getBlockCaptureLifetime()2090 QualType FQT = Field->getType(); in BuildRCRecordLayout() local[all …]
760 QualType FQT = I->getType(); in visitRecordForValidation() local761 if (FQT->isIncompleteType()) in visitRecordForValidation()763 if (FQT->isDependentType()) in visitRecordForValidation()