Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:CD

2702   const CapturedDecl *CD = S.getCapturedDecl();
2705 assert(CD->hasBody() && "missing CapturedDecl body");
2710 Args.append(CD->param_begin(), CD->param_end());
2720 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo);
2721 if (CD->isNothrow())
2725 StartFunction(CD, Ctx.VoidTy, F, FuncInfo, Args, CD->getLocation(),
2726 CD->getBody()->getBeginLoc());
2728 Address DeclPtr = GetAddrOfLocalVar(CD->getContextParam());
2751 PGO.assignRegionCounters(GlobalDecl(CD), F);
2752 CapturedStmtInfo->EmitBody(*this, CD->getBody());
2753 FinishFunction(CD->getBodyRBrace());