Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1769 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
1770 if (SecondExpr.isInvalid()) in ParseForStatement()
1774 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp10181 Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseOdrViolations() local
10183 unsigned SecondODRHash = ComputeODRHash(SecondExpr); in diagnoseOdrViolations()
10187 ODRDiagNote(SecondExpr->getBeginLoc(), SecondExpr->getSourceRange(), in diagnoseOdrViolations()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp6890 auto *SecondExpr = dyn_cast<Expr>(Second); in ActOnOpenMPAtomicDirective() local
6891 if (!FirstExpr || !SecondExpr || in ActOnOpenMPAtomicDirective()
6893 SecondExpr->isInstantiationDependent())) { in ActOnOpenMPAtomicDirective()