Searched defs:getBlockCaptureLifetime (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 942 Qualifiers::ObjCLifetime getBlockCaptureLifetime(QualType QT, bool ByrefLayout); 2152 /// getBlockCaptureLifetime - This routine returns life time of the captured 2155 Qualifiers::ObjCLifetime CGObjCCommonMac::getBlockCaptureLifetime(QualType FQT, function in class:CGObjCCommonMac 2279 getBlockCaptureLifetime(FQT, ByrefLayout), 2295 getBlockCaptureLifetime(LastFieldBitfieldOrUnnamed->getType(), 2305 getBlockCaptureLifetime(LastFieldBitfieldOrUnnamed->getType(), 2314 getBlockCaptureLifetime(MaxField->getType(), ByrefLayout), 2633 UpdateRunSkipBlockVars(CI.isByRef(), getBlockCaptureLifetime(type, false),
|
Completed in 295 milliseconds