Searched refs:getBlockCaptureLifetime (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 957 Qualifiers::ObjCLifetime getBlockCaptureLifetime(QualType QT, bool ByrefLayout); 2374 Qualifiers::ObjCLifetime CGObjCCommonMac::getBlockCaptureLifetime(QualType FQT, in getBlockCaptureLifetime() function in CGObjCCommonMac 2498 getBlockCaptureLifetime(FQT, ByrefLayout), in BuildRCRecordLayout() 2514 getBlockCaptureLifetime(LastFieldBitfieldOrUnnamed->getType(), in BuildRCRecordLayout() 2524 getBlockCaptureLifetime(LastFieldBitfieldOrUnnamed->getType(), in BuildRCRecordLayout() 2533 getBlockCaptureLifetime(MaxField->getType(), ByrefLayout), in BuildRCRecordLayout() 2887 UpdateRunSkipBlockVars(CI.isByRef(), getBlockCaptureLifetime(type, false), in fillRunSkipBlockVars()
|