Home
last modified time | relevance | path

Searched refs:getCapture (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.h301 const Capture &getCapture(const VarDecl *var) const { in getCapture() function
302 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()
304 Capture &getCapture(const VarDecl *var) { in getCapture() function
H A DCGBlocks.cpp560 return CGF.BlockInfo->getCapture(VD).fieldType(); in getCaptureFieldType()
919 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()
942 BlockInfo->getCapture(variable); in EmitBlockLiteral()
1253 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()
1549 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1589 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
H A DCGDebugInfo.cpp4765 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()
4897 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
H A DCGObjCMac.cpp2377 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()
2906 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in fillRunSkipBlockVars()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h734 Capture &getCapture(VarDecl *Var) { in getCapture() function
739 const Capture &getCapture(VarDecl *Var) const { in getCapture() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp1180 << C->Id << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
H A DSemaExpr.cpp18303 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()
18311 const Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()
18789 CSI->getCapture(Var).markUsed(BuildAndDiagnose); in tryCaptureVariable()