Searched refs:getBlockCaptureLifetime (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 987 Qualifiers::ObjCLifetime getBlockCaptureLifetime(QualType QT, bool ByrefLayout); 2419 Qualifiers::ObjCLifetime CGObjCCommonMac::getBlockCaptureLifetime(QualType FQT, in getBlockCaptureLifetime() function in CGObjCCommonMac 2540 getBlockCaptureLifetime(FQT, ByrefLayout), in BuildRCRecordLayout() 2556 getBlockCaptureLifetime(LastFieldBitfieldOrUnnamed->getType(), in BuildRCRecordLayout() 2566 getBlockCaptureLifetime(LastFieldBitfieldOrUnnamed->getType(), in BuildRCRecordLayout() 2575 getBlockCaptureLifetime(MaxField->getType(), ByrefLayout), in BuildRCRecordLayout() 2929 UpdateRunSkipBlockVars(CI.isByRef(), getBlockCaptureLifetime(type, false), in fillRunSkipBlockVars()
|