Searched refs:getCapture (Results 1 – 7 of 7) sorted by relevance
206 const Capture &getCapture(const VarDecl *var) const { in getCapture() function207 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()209 Capture &getCapture(const VarDecl *var) { in getCapture() function
527 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope()681 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()700 BlockInfo->getCapture(variable); in EmitBlockLiteral()890 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()1082 const CGBlockInfo::Capture &capture = blockInfo.getCapture(self); in GenerateBlockFunction()1094 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1133 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1233 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateCopyHelperFunction()1346 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateDestroyHelperFunction()
2353 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()2461 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
1821 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in BuildGCBlockLayout()
277 Capture &getCapture(VarDecl *Var) { in getCapture() function282 const Capture &getCapture(VarDecl *Var) const { in getCapture() function
393 << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
10056 CaptureType = CSI->getCapture(Var).getCaptureType(); in tryCaptureVariable()10061 const CapturingScopeInfo::Capture &Cap = CSI->getCapture(Var); in tryCaptureVariable()