Searched refs:getCapture (Results 1 – 7 of 7) sorted by relevance
271 const Capture &getCapture(const VarDecl *var) const { in getCapture() function272 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()274 Capture &getCapture(const VarDecl *var) { in getCapture() function
509 return CGF.BlockInfo->getCapture(VD).fieldType(); in getCaptureFieldType()812 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope()1044 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()1068 BlockInfo->getCapture(variable); in EmitBlockLiteral()1330 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()1629 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1670 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1766 const CGBlockInfo::Capture &Capture = BlockInfo.getCapture(Variable); in findBlockCapturedManagedEntities()
3901 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()4033 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
2336 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()2868 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in fillRunSkipBlockVars()
692 Capture &getCapture(VarDecl *Var) { in getCapture() function697 const Capture &getCapture(VarDecl *Var) const { in getCapture() function
1099 << C->Id << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
14855 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()14863 const Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()15353 CSI->getCapture(Var).markUsed(BuildAndDiagnose); in tryCaptureVariable()