Searched refs:getCapture (Results 1 – 9 of 9) sorted by relevance
254 const Capture &getCapture(const VarDecl *var) const { in getCapture() function255 return const_cast<CGBlockInfo*>(this)->getCapture(var); in getCapture()257 Capture &getCapture(const VarDecl *var) { in getCapture() function
589 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope()763 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()781 BlockInfo->getCapture(variable); in EmitBlockLiteral()1002 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()1224 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1265 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()1376 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateCopyHelperFunction()1549 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateDestroyHelperFunction()
3095 ->getElementOffset(blockInfo.getCapture(VD).getIndex())); in EmitDeclareOfBlockDeclRefVariable()3206 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable); in EmitDeclareOfBlockLiteralArgVariable()
2109 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in visitBlock()2607 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in BuildRCBlockLayout()
45 public boolean getCapture () { in getCapture() method in RemoveListenerAction
45 public boolean getCapture () { in getCapture() method in AddListenerAction
550 Capture &getCapture(VarDecl *Var) { in getCapture() function555 const Capture &getCapture(VarDecl *Var) const { in getCapture() function
1050 << C->Id << SourceRange(LSI->getCapture(Var).getLocation()) in ActOnStartOfLambdaDefinition()
12641 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()12649 const CapturingScopeInfo::Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo()