Home | History | Annotate | Download | only in Sema

Lines Matching refs:getBlockDecl

11650   PopFunctionScopeInfo(&WP, Result->getBlockDecl(), Result);
11654 if (Result->getBlockDecl()->hasCaptures()) {
11656 ExprCleanupObjects.push_back(Result->getBlockDecl());
11661 for (const auto &CI : Result->getBlockDecl()->captures()) {