Home
last modified time | relevance | path

Searched refs:SecondExpr (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Parse/
DParseStmt.cpp1694 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
1695 if (SecondExpr.isInvalid()) in ParseForStatement()
1699 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1984 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
1985 if (SecondExpr.isInvalid()) in ParseForStatement()
1989 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10487 Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseOdrViolations() local
10489 unsigned SecondODRHash = ComputeODRHash(SecondExpr); in diagnoseOdrViolations()
10493 ODRDiagDeclNote(SecondModule, SecondExpr->getBeginLoc(), in diagnoseOdrViolations()
10494 SecondExpr->getSourceRange(), StaticAssertCondition); in diagnoseOdrViolations()
/external/clang/lib/Sema/
DSemaOpenMP.cpp6616 auto *SecondExpr = dyn_cast<Expr>(Second); in ActOnOpenMPAtomicDirective() local
6617 if (!FirstExpr || !SecondExpr || in ActOnOpenMPAtomicDirective()
6619 SecondExpr->isInstantiationDependent())) { in ActOnOpenMPAtomicDirective()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp10221 auto *SecondExpr = dyn_cast<Expr>(Second); in ActOnOpenMPAtomicDirective() local
10222 if (!FirstExpr || !SecondExpr || in ActOnOpenMPAtomicDirective()
10224 SecondExpr->isInstantiationDependent())) { in ActOnOpenMPAtomicDirective()