Home | History | Annotate | Download | only in Sema

Lines Matching refs:getBlockDecl

10671   PopFunctionScopeInfo(&WP, Result->getBlockDecl(), Result);
10675 if (Result->getBlockDecl()->hasCaptures()) {
10677 ExprCleanupObjects.push_back(Result->getBlockDecl());
10682 for (const auto &CI : Result->getBlockDecl()->captures()) {