Searched refs:IRef (Results 1 – 1 of 1) sorted by relevance
171 auto IRef = C->varlist_begin(); in EmitOMPFirstprivateClause() local174 auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl()); in EmitOMPFirstprivateClause()184 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc()); in EmitOMPFirstprivateClause()196 (*IRef)->getType()); in EmitOMPFirstprivateClause()200 (*IRef)->getType(), in EmitOMPFirstprivateClause()233 ++IRef, ++InitsRef; in EmitOMPFirstprivateClause()248 auto IRef = C->varlist_begin(); in EmitOMPPrivateClause() local250 auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl()); in EmitOMPPrivateClause()261 ++IRef; in EmitOMPPrivateClause()280 auto IRef = C->varlist_begin(); in EmitOMPCopyinClause() local[all …]