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

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp968 QualType FQT = I->getType(); local
969 if (isTypeIncompleteForLayout(FQT))
971 if (FQT->isDependentType())
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp2293 static Qualifiers::GC GetGCAttrTypeForType(ASTContext &Ctx, QualType FQT, argument
2298 if (FQT.isObjCGCStrong())
2301 if (FQT.isObjCGCWeak())
2304 if (auto ownership = FQT.getObjCLifetime()) {
2318 if (FQT->isObjCObjectPointerType() || FQT->isBlockPointerType())
2323 if (const PointerType *PT = FQT->getAs<PointerType>())
2477 /// block variable for the purpose of block layout meta-data generation. FQT is
2479 Qualifiers::ObjCLifetime CGObjCCommonMac::getBlockCaptureLifetime(QualType FQT, argument
2482 if (auto lifetime = FQT
2551 QualType FQT = Field->getType(); local
[all...]

Completed in 144 milliseconds