Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.h266 const Capture &getCapture(const VarDecl *var) const { in getCapture() function
267 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()
269 Capture &getCapture(const VarDecl *var) { in getCapture() function
H A DCGBlocks.cpp510 return CGF.BlockInfo->getCapture(VD).fieldType(); in getCaptureFieldType()
912 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()
935 BlockInfo->getCapture(variable); in EmitBlockLiteral()
1247 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()
1546 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1586 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1682 const CGBlockInfo::Capture &Capture = BlockInfo.getCapture(Variable); in findBlockCapturedManagedEntities()
H A DCGDebugInfo.cpp4504 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()
4636 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
H A DCGObjCMac.cpp2441 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()
2970 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in fillRunSkipBlockVars()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h722 Capture &getCapture(VarDecl *Var) { in getCapture() function
727 const Capture &getCapture(VarDecl *Var) const { in getCapture() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1177 << C->Id << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
H A DSemaExpr.cpp17241 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()
17249 const Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()
17727 CSI->getCapture(Var).markUsed(BuildAndDiagnose); in tryCaptureVariable()