Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.h271 const Capture &getCapture(const VarDecl *var) const { in getCapture() function
272 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()
274 Capture &getCapture(const VarDecl *var) { in getCapture() function
H A DCGBlocks.cpp509 return CGF.BlockInfo->getCapture(VD).fieldType(); in getCaptureFieldType()
812 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope()
1044 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()
1068 BlockInfo->getCapture(variable); in EmitBlockLiteral()
1330 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()
1629 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1670 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1766 const CGBlockInfo::Capture &Capture = BlockInfo.getCapture(Variable); in findBlockCapturedManagedEntities()
H A DCGDebugInfo.cpp3901 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()
4033 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
H A DCGObjCMac.cpp2336 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()
2868 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in fillRunSkipBlockVars()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h692 Capture &getCapture(VarDecl *Var) { in getCapture() function
697 const Capture &getCapture(VarDecl *Var) const { in getCapture() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1099 << C->Id << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
H A DSemaExpr.cpp14855 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()
14863 const Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()
15353 CSI->getCapture(Var).markUsed(BuildAndDiagnose); in tryCaptureVariable()