Home
last modified time | relevance | path

Searched refs:FQT (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjCMac.cpp1914 static Qualifiers::GC GetGCAttrTypeForType(ASTContext &Ctx, QualType FQT) { in GetGCAttrTypeForType() argument
1915 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() argument
2026 return FQT.getObjCLifetime(); in getBlockCaptureLifetime()
2029 if (FQT->isObjCObjectPointerType() || FQT->isBlockPointerType()) in getBlockCaptureLifetime()
2090 QualType FQT = Field->getType(); in BuildRCRecordLayout() local
[all …]
/external/clang/tools/libclang/
DCXType.cpp760 QualType FQT = I->getType(); in visitRecordForValidation() local
761 if (FQT->isIncompleteType()) in visitRecordForValidation()
763 if (FQT->isDependentType()) in visitRecordForValidation()