Searched refs:SecondExpr (Results 1 – 3 of 3) sorted by relevance
1769 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local1770 if (SecondExpr.isInvalid()) in ParseForStatement()1774 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
10181 Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseOdrViolations() local10183 unsigned SecondODRHash = ComputeODRHash(SecondExpr); in diagnoseOdrViolations()10187 ODRDiagNote(SecondExpr->getBeginLoc(), SecondExpr->getSourceRange(), in diagnoseOdrViolations()
6890 auto *SecondExpr = dyn_cast<Expr>(Second); in ActOnOpenMPAtomicDirective() local6891 if (!FirstExpr || !SecondExpr || in ActOnOpenMPAtomicDirective()6893 SecondExpr->isInstantiationDependent())) { in ActOnOpenMPAtomicDirective()