Searched refs:SecondExpr (Results 1 – 3 of 3) sorted by relevance
1990 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local1991 if (SecondExpr.isInvalid()) in ParseForStatement()1995 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
10350 Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseOdrViolations() local10352 unsigned SecondODRHash = ComputeODRHash(SecondExpr); in diagnoseOdrViolations()10356 ODRDiagDeclNote(SecondModule, SecondExpr->getBeginLoc(), in diagnoseOdrViolations()10357 SecondExpr->getSourceRange(), StaticAssertCondition); in diagnoseOdrViolations()
11012 auto *SecondExpr = dyn_cast<Expr>(Second); in ActOnOpenMPAtomicDirective() local11013 if (!FirstExpr || !SecondExpr || in ActOnOpenMPAtomicDirective()11015 SecondExpr->isInstantiationDependent())) { in ActOnOpenMPAtomicDirective()