Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.h254 const Capture &getCapture(const VarDecl *var) const { in getCapture() function
255 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()
257 Capture &getCapture(const VarDecl *var) { in getCapture() function
DCGBlocks.cpp594 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope()
768 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()
792 BlockInfo->getCapture(variable); in EmitBlockLiteral()
1005 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()
1226 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1267 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1378 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateCopyHelperFunction()
1551 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateDestroyHelperFunction()
DCGDebugInfo.cpp3296 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()
3407 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
DCGObjCMac.cpp2117 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()
2614 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in BuildRCBlockLayout()
/external/clang/include/clang/Sema/
DScopeInfo.h578 Capture &getCapture(VarDecl *Var) { in getCapture() function
583 const Capture &getCapture(VarDecl *Var) const { in getCapture() function
/external/clang/lib/Sema/
DSemaLambda.cpp1057 << C->Id << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
DSemaExpr.cpp13190 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()
13198 const CapturingScopeInfo::Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()