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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp949 Qualifiers::ObjCLifetime getBlockCaptureLifetime(QualType QT, bool ByrefLayout);
2029 /// getBlockCaptureLifetime - This routine returns life time of the captured
2032 Qualifiers::ObjCLifetime CGObjCCommonMac::getBlockCaptureLifetime(QualType FQT, function in class:CGObjCCommonMac
2154 getBlockCaptureLifetime(FQT, ByrefLayout),
2170 getBlockCaptureLifetime(LastFieldBitfieldOrUnnamed->getType(),
2180 getBlockCaptureLifetime(LastFieldBitfieldOrUnnamed->getType(),
2189 getBlockCaptureLifetime(MaxField->getType(), ByrefLayout),
2513 UpdateRunSkipBlockVars(ci->isByRef(), getBlockCaptureLifetime(type, false),

Completed in 60 milliseconds