Searched refs:SecondExpr (Results 1 – 2 of 2) sorted by relevance
1694 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local1695 if (SecondExpr.isInvalid()) in ParseForStatement()1699 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
6616 auto *SecondExpr = dyn_cast<Expr>(Second); in ActOnOpenMPAtomicDirective() local6617 if (!FirstExpr || !SecondExpr || in ActOnOpenMPAtomicDirective()6619 SecondExpr->isInstantiationDependent())) { in ActOnOpenMPAtomicDirective()