Lines Matching defs:Private
7725 /// Private loop counter variable.
9071 if (VarDecl *Private = isOpenMPCapturedDecl(D)) {
9072 VD = Private;
10183 // Build update: IS.CounterVar(Private) = IS.Start + Iter * IS.Step
18108 void push(Expr *Item, Expr *Private, Expr *LHS, Expr *RHS, Expr *ReductionOp,
18112 Privates.emplace_back(Private);
18572 // For array subscripts or single variables Private Ty is the same as Type
18583 // Private copy.
19135 VarDecl *Private =
19139 DeclRefExpr *PrivateRef = buildDeclRefExpr(SemaRef, Private, Type, ELoc);