Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.h206 const Capture &getCapture(const VarDecl *var) const { in getCapture() function
207 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()
209 Capture &getCapture(const VarDecl *var) { in getCapture() function
DCGBlocks.cpp527 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope()
681 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()
700 BlockInfo->getCapture(variable); in EmitBlockLiteral()
890 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()
1082 const CGBlockInfo::Capture &capture = blockInfo.getCapture(self); in GenerateBlockFunction()
1094 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1133 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1233 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateCopyHelperFunction()
1346 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateDestroyHelperFunction()
DCGDebugInfo.cpp2353 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()
2461 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
DCGObjCMac.cpp1821 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in BuildGCBlockLayout()
/external/clang/include/clang/Sema/
DScopeInfo.h277 Capture &getCapture(VarDecl *Var) { in getCapture() function
282 const Capture &getCapture(VarDecl *Var) const { in getCapture() function
/external/clang/lib/Sema/
DSemaLambda.cpp393 << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
DSemaExpr.cpp10056 CaptureType = CSI->getCapture(Var).getCaptureType(); in tryCaptureVariable()
10061 const CapturingScopeInfo::Capture &Cap = CSI->getCapture(Var); in tryCaptureVariable()