Home | History | Annotate | Download | only in Sema

Lines Matching refs:getBlockDecl

4604     if (cast<BlockExpr>(E)->getBlockDecl()->hasCaptures())
7380 if (block->getBlockDecl()->capturesVariable(Variable))
7381 Visit(block->getBlockDecl()->getBody());
7436 if (!block || !block->getBlockDecl()->capturesVariable(owner.Variable))
7440 visitor.Visit(block->getBlockDecl()->getBody());