Searched refs:getCapture (Results 1 – 7 of 7) sorted by relevance
301 const Capture &getCapture(const VarDecl *var) const { in getCapture() function302 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()304 Capture &getCapture(const VarDecl *var) { in getCapture() function
558 return CGF.BlockInfo->getCapture(VD).fieldType(); in getCaptureFieldType()915 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()938 BlockInfo->getCapture(variable); in EmitBlockLiteral()1249 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()1545 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1585 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
4799 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()4931 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
2382 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()2911 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in fillRunSkipBlockVars()
736 Capture &getCapture(ValueDecl *Var) { in getCapture() function741 const Capture &getCapture(ValueDecl *Var) const { in getCapture() function
1214 << C->Id << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
18611 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()18619 const Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()19129 CSI->getCapture(Var).markUsed(BuildAndDiagnose); in tryCaptureVariable()