Searched refs:getCapture (Results 1 – 7 of 7) sorted by relevance
301 const Capture &getCapture(const VarDecl *var) const { in getCapture() function302 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()304 Capture &getCapture(const VarDecl *var) { in getCapture() function
560 return CGF.BlockInfo->getCapture(VD).fieldType(); in getCaptureFieldType()919 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()942 BlockInfo->getCapture(variable); in EmitBlockLiteral()1253 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()1549 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1589 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
4765 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()4897 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
2377 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()2906 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in fillRunSkipBlockVars()
734 Capture &getCapture(VarDecl *Var) { in getCapture() function739 const Capture &getCapture(VarDecl *Var) const { in getCapture() function
1180 << C->Id << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
18303 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()18311 const Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()18789 CSI->getCapture(Var).markUsed(BuildAndDiagnose); in tryCaptureVariable()