Searched refs:getCapture (Results 1 – 8 of 8) sorted by relevance
295 const Capture &getCapture(const VarDecl *var) const { in getCapture() function296 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()298 Capture &getCapture(const VarDecl *var) { in getCapture() function
533 return CGF.BlockInfo->getCapture(VD).fieldType(); in getCaptureFieldType()890 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()913 BlockInfo->getCapture(variable); in EmitBlockLiteral()1218 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()1514 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1554 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
4987 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()5120 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
2374 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()2903 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in fillRunSkipBlockVars()
748 Capture &getCapture(ValueDecl *Var) { in getCapture() function753 const Capture &getCapture(ValueDecl *Var) const { in getCapture() function
561 ValueDecl *CapturedVar = LambdaClass->getCapture(Index)->getCapturedVar(); in addInstantiatedCapturesToScope()
19266 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()19274 const Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()19816 CSI->getCapture(Var).markUsed(BuildAndDiagnose); in tryCaptureVariable()20683 const Capture &Cap = LSI->getCapture(D); in FixDependencyOfIdExpressionsInLambdaWithDependentObjectParameter()
1117 const LambdaCapture *getCapture(unsigned I) const { in getCapture() function