reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1556 ImplicitParamDecl SelfDecl(getContext(), const_cast<BlockDecl *>(blockDecl), 1562 args.append(blockDecl->param_begin(), blockDecl->param_end()); 1562 args.append(blockDecl->param_begin(), blockDecl->param_end()); 1573 StringRef name = CGM.getBlockMangledName(GD, blockDecl); 1576 CGM.SetInternalFunctionAttributes(blockDecl, fn, fnInfo); 1587 StartFunction(blockDecl, fnType->getReturnType(), fn, fnInfo, args, 1588 blockDecl->getLocation(), 1610 if (blockDecl->capturesCXXThis()) { 1617 for (const auto &CI : blockDecl->captures()) { 1639 PGO.assignRegionCounters(GlobalDecl(blockDecl), fn); 1640 incrementProfileCounter(blockDecl->getBody()); 1641 EmitStmt(blockDecl->getBody()); 1654 for (const auto &CI : blockDecl->captures()) { 1675 cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); 1684 FinishFunction(cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc());