Searched refs:getCapture (Results 1 – 14 of 14) sorted by relevance
254 const Capture &getCapture(const VarDecl *var) const { in getCapture() function255 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()257 Capture &getCapture(const VarDecl *var) { in getCapture() function
594 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope()768 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()792 BlockInfo->getCapture(variable); in EmitBlockLiteral()1005 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()1226 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1267 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1378 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateCopyHelperFunction()1551 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateDestroyHelperFunction()
3296 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()3407 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
2117 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()2614 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in BuildRCBlockLayout()
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()1244 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()1543 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1583 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1679 const CGBlockInfo::Capture &Capture = BlockInfo.getCapture(Variable); in findBlockCapturedManagedEntities()
4374 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()4506 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
2419 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()2948 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in fillRunSkipBlockVars()
578 Capture &getCapture(VarDecl *Var) { in getCapture() function583 const Capture &getCapture(VarDecl *Var) const { in getCapture() function
718 Capture &getCapture(VarDecl *Var) { in getCapture() function723 const Capture &getCapture(VarDecl *Var) const { in getCapture() function
1057 << C->Id << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
13190 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()13198 const CapturingScopeInfo::Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()
1174 << C->Id << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
17080 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()17088 const Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()17466 CSI->getCapture(Var).markUsed(BuildAndDiagnose); in tryCaptureVariable()