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

/external/clang/lib/CodeGen/
H A DCGBlocks.h206 const Capture &getCapture(const VarDecl *var) const { function in class:clang::CodeGen::CGBlockInfo
207 return const_cast<CGBlockInfo*>(this)->getCapture(var);
209 Capture &getCapture(const VarDecl *var) { function in class:clang::CodeGen::CGBlockInfo
H A DCGBlocks.cpp531 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
685 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
704 BlockInfo->getCapture(variable);
894 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable);
1087 const CGBlockInfo::Capture &capture = blockInfo.getCapture(self);
1099 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
1139 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
1240 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
1353 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
H A DCGDebugInfo.cpp2426 ->getElementOffset(blockInfo.getCapture(VD).getIndex()));
2536 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable);
H A DCGObjCMac.cpp1821 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
/external/clang/include/clang/Sema/
H A DScopeInfo.h287 Capture &getCapture(VarDecl *Var) { function in class:clang::sema::CapturingScopeInfo
292 const Capture &getCapture(VarDecl *Var) const { function in class:clang::sema::CapturingScopeInfo
/external/clang/lib/Sema/
H A DSemaLambda.cpp542 << SourceRange(LSI->getCapture(Var).getLocation())
H A DSemaExpr.cpp10544 CaptureType = CSI->getCapture(Var).getCaptureType();
10549 const CapturingScopeInfo::Capture &Cap = CSI->getCapture(Var);

Completed in 118 milliseconds