Searched refs:getCapture (Results 1 – 8 of 8) sorted by relevance
296 const Capture &getCapture(const VarDecl *var) const { in getCapture() function297 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()299 Capture &getCapture(const VarDecl *var) { in getCapture() function
542 return CGF.BlockInfo->getCapture(VD).fieldType(); in getCaptureFieldType()900 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()923 BlockInfo->getCapture(variable); in EmitBlockLiteral()1228 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()1526 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1569 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
5122 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()5255 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
2381 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()2910 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in fillRunSkipBlockVars()
765 Capture &getCapture(ValueDecl *Var) { in getCapture() function770 const Capture &getCapture(ValueDecl *Var) const { in getCapture() function
718 ValueDecl *CapturedVar = LambdaClass->getCapture(Index)->getCapturedVar(); in addInstantiatedCapturesToScope()
18252 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()18260 const Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()18802 CSI->getCapture(Var).markUsed(BuildAndDiagnose); in tryCaptureVariable()19689 if (auto *C = LSI->CaptureMap.count(D) ? &LSI->getCapture(D) : nullptr) { in FixDependencyOfIdExpressionsInLambdaWithDependentObjectParameter()
1118 const LambdaCapture *getCapture(unsigned I) const { in getCapture() function