Searched refs:getCapture (Results 1 – 7 of 7) sorted by relevance
233 const Capture &getCapture(const VarDecl *var) const { in getCapture() function234 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()236 Capture &getCapture(const VarDecl *var) { in getCapture() function
605 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope()762 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()781 BlockInfo->getCapture(variable); in EmitBlockLiteral()1004 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()1201 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1245 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1354 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateCopyHelperFunction()1525 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateDestroyHelperFunction()
2962 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()3076 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
1966 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in BuildGCBlockLayout()2478 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in BuildRCBlockLayout()
533 Capture &getCapture(VarDecl *Var) { in getCapture() function538 const Capture &getCapture(VarDecl *Var) const { in getCapture() function
1073 << C->Id << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
12310 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()12315 const CapturingScopeInfo::Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()