Searched refs:SecondExpr (Results 1 – 5 of 5) sorted by relevance
1694 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local1695 if (SecondExpr.isInvalid()) in ParseForStatement()1699 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
1984 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local1985 if (SecondExpr.isInvalid()) in ParseForStatement()1989 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
10487 Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseOdrViolations() local10489 unsigned SecondODRHash = ComputeODRHash(SecondExpr); in diagnoseOdrViolations()10493 ODRDiagDeclNote(SecondModule, SecondExpr->getBeginLoc(), in diagnoseOdrViolations()10494 SecondExpr->getSourceRange(), StaticAssertCondition); in diagnoseOdrViolations()
6616 auto *SecondExpr = dyn_cast<Expr>(Second); in ActOnOpenMPAtomicDirective() local6617 if (!FirstExpr || !SecondExpr || in ActOnOpenMPAtomicDirective()6619 SecondExpr->isInstantiationDependent())) { in ActOnOpenMPAtomicDirective()
10221 auto *SecondExpr = dyn_cast<Expr>(Second); in ActOnOpenMPAtomicDirective() local10222 if (!FirstExpr || !SecondExpr || in ActOnOpenMPAtomicDirective()10224 SecondExpr->isInstantiationDependent())) { in ActOnOpenMPAtomicDirective()