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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp958 Qualifiers::ObjCLifetime getBlockCaptureLifetime(QualType QT, bool ByrefLayout);
2025 /// getBlockCaptureLifetime - This routine returns life time of the captured
2028 Qualifiers::ObjCLifetime CGObjCCommonMac::getBlockCaptureLifetime(QualType FQT, function in class:CGObjCCommonMac
2147 getBlockCaptureLifetime(FQT, ByrefLayout),
2163 getBlockCaptureLifetime(LastFieldBitfieldOrUnnamed->getType(),
2173 getBlockCaptureLifetime(LastFieldBitfieldOrUnnamed->getType(),
2182 getBlockCaptureLifetime(MaxField->getType(), ByrefLayout),
2502 UpdateRunSkipBlockVars(CI.isByRef(), getBlockCaptureLifetime(type, false),

Completed in 173 milliseconds