Searched refs:getCapture (Results 1 – 8 of 8) sorted by relevance
297 const Capture &getCapture(const VarDecl *var) const { in getCapture() function298 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()300 Capture &getCapture(const VarDecl *var) { in getCapture() function
542 return CGF.BlockInfo->getCapture(VD).fieldType(); in getCaptureFieldType()929 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()952 BlockInfo->getCapture(variable); in EmitBlockLiteral()1247 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()1558 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1601 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
2297 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()2823 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in fillRunSkipBlockVars()
5385 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()5518 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
771 Capture &getCapture(ValueDecl *Var) { in getCapture() function776 const Capture &getCapture(ValueDecl *Var) const { in getCapture() function
2470 : LambdaClass->getCapture(Index)->getCapturedVar(); in addInstantiatedCapturesToScope()
18694 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()18702 const Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()19263 CSI->getCapture(Var).markUsed(BuildAndDiagnose); in tryCaptureVariable()20175 if (auto *C = LSI->CaptureMap.count(D) ? &LSI->getCapture(D) : nullptr) { in FixDependencyOfIdExpressionsInLambdaWithDependentObjectParameter()
1123 const LambdaCapture *getCapture(unsigned I) const { in getCapture() function