Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp558 return CGF.BlockInfo->getCapture(VD).fieldType(); in getCaptureFieldType()
915 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()
938 BlockInfo->getCapture(variable); in EmitBlockLiteral()
1249 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()
1545 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1585 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
H A DCGDebugInfo.cpp4799 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()
4931 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
H A DCGObjCMac.cpp2382 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()
2911 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in fillRunSkipBlockVars()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h736 Capture &getCapture(ValueDecl *Var) { in getCapture() function
741 const Capture &getCapture(ValueDecl *Var) const { in getCapture() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp1214 << C->Id << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
H A DSemaExpr.cpp18611 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()
18619 const Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()
19129 CSI->getCapture(Var).markUsed(BuildAndDiagnose); in tryCaptureVariable()