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
541 return CGF.BlockInfo->getCapture(VD).fieldType(); in getCaptureFieldType() 899 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral() 922 BlockInfo->getCapture(variable); in EmitBlockLiteral() 1228 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl() 1527 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction() 1570 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
5168 ->getElementOffset(blockInfo.getCapture(VD).getIndex()));5301 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
2378 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock() 2906 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in fillRunSkipBlockVars()
771 Capture &getCapture(ValueDecl *Var) { in getCapture() 776 const Capture &getCapture(ValueDecl *Var) const {765 Capture &getCapture(ValueDecl *Var) { getCapture() function 770 const Capture &getCapture(ValueDecl *Var) const { getCapture() function
716 ValueDecl *CapturedVar = LambdaClass->getCapture(Index)->getCapturedVar(); in CheckFunctionConstraints()
18519 CaptureType = CSI->getCapture(Var).getCaptureType(); in canCaptureVariableByCopy() 18527 const Capture &Cap = CSI->getCapture(Var); in canCaptureVariableByCopy() 19088 CSI->getCapture(Var).markUsed(BuildAndDiagnose); in rebuildPotentialResultsAsNonOdrUsed() 19977 if (auto *C = LSI->CaptureMap.count(D) ? &LSI->getCapture(D) : nullptr) { in DiagnoseAssignmentAsCondition()
1126 const LambdaCapture *getCapture(unsigned I) const { in conversion_begin() 1118 const LambdaCapture *getCapture(unsigned I) const { getCapture() function