Searched refs:SaveRef (Results 1 – 2 of 2) sorted by relevance
5099 ExprResult SaveRef = in CheckOpenMPLoop() local5101 LastIteration = SaveRef; in CheckOpenMPLoop()5105 CurScope, SourceLocation(), BO_Add, SaveRef.get(), in CheckOpenMPLoop()9711 ExprResult SaveRef = in ActOnOpenMPLinearClause() local9714 BuildBinOp(CurScope, StepLoc, BO_Assign, SaveRef.get(), StepExpr); in ActOnOpenMPLinearClause()
1345 if (auto SaveRef = cast<DeclRefExpr>(CS->getLHS())) { in EmitOMPLinearClauseInit() local1346 EmitVarDecl(*cast<VarDecl>(SaveRef->getDecl())); in EmitOMPLinearClauseInit()