Searched refs:getBlockCaptureLifetime (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 952 Qualifiers::ObjCLifetime getBlockCaptureLifetime(QualType QT, 2337 CGObjCCommonMac::getBlockCaptureLifetime(QualType FQT, bool ByrefLayout) { in getBlockCaptureLifetime() function in CGObjCCommonMac 2456 UpdateRunSkipBlockVars(false, getBlockCaptureLifetime(FQT, ByrefLayout), in BuildRCRecordLayout() 2471 getBlockCaptureLifetime(LastFieldBitfieldOrUnnamed->getType(), in BuildRCRecordLayout() 2482 getBlockCaptureLifetime(LastFieldBitfieldOrUnnamed->getType(), in BuildRCRecordLayout() 2490 false, getBlockCaptureLifetime(MaxField->getType(), ByrefLayout), in BuildRCRecordLayout() 2843 UpdateRunSkipBlockVars(CI.isByRef(), getBlockCaptureLifetime(type, false), in fillRunSkipBlockVars()
|