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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp1962 static Qualifiers::GC GetGCAttrTypeForType(ASTContext &Ctx, QualType FQT, argument
1967 if (FQT.isObjCGCStrong())
1970 if (FQT.isObjCGCWeak())
1973 if (auto ownership = FQT.getObjCLifetime()) {
1987 if (FQT->isObjCObjectPointerType() || FQT->isBlockPointerType())
1992 if (const PointerType *PT = FQT->getAs<PointerType>())
2146 /// block variable for the purpose of block layout meta-data generation. FQT is
2148 Qualifiers::ObjCLifetime CGObjCCommonMac::getBlockCaptureLifetime(QualType FQT, argument
2151 if (auto lifetime = FQT
2220 QualType FQT = Field->getType(); local
[all...]

Completed in 49 milliseconds