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
589 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope()743 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()763 BlockInfo->getCapture(variable); in EmitBlockLiteral()981 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()1176 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1222 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1330 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateCopyHelperFunction()1499 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateDestroyHelperFunction()
2884 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()2995 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
1971 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in BuildGCBlockLayout()2483 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in BuildRCBlockLayout()
500 Capture &getCapture(VarDecl *Var) { in getCapture() function505 const Capture &getCapture(VarDecl *Var) const { in getCapture() function
1068 << C->Id << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
11620 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()11625 const CapturingScopeInfo::Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()