Searched refs:getCapture (Results 1 – 7 of 7) sorted by relevance
266 const Capture &getCapture(const VarDecl *var) const { in getCapture() function267 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()269 Capture &getCapture(const VarDecl *var) { in getCapture() function
510 return CGF.BlockInfo->getCapture(VD).fieldType(); in getCaptureFieldType()912 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()935 BlockInfo->getCapture(variable); in EmitBlockLiteral()1247 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()1546 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1586 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1682 const CGBlockInfo::Capture &Capture = BlockInfo.getCapture(Variable); in findBlockCapturedManagedEntities()
4504 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()4636 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
2441 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()2970 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in fillRunSkipBlockVars()
722 Capture &getCapture(VarDecl *Var) { in getCapture() function727 const Capture &getCapture(VarDecl *Var) const { in getCapture() function
1177 << C->Id << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
17241 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()17249 const Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()17727 CSI->getCapture(Var).markUsed(BuildAndDiagnose); in tryCaptureVariable()