Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1990 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
1991 if (SecondExpr.isInvalid()) in ParseForStatement()
1995 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp10350 Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseOdrViolations() local
10352 unsigned SecondODRHash = ComputeODRHash(SecondExpr); in diagnoseOdrViolations()
10356 ODRDiagDeclNote(SecondModule, SecondExpr->getBeginLoc(), in diagnoseOdrViolations()
10357 SecondExpr->getSourceRange(), StaticAssertCondition); in diagnoseOdrViolations()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp11012 auto *SecondExpr = dyn_cast<Expr>(Second); in ActOnOpenMPAtomicDirective() local
11013 if (!FirstExpr || !SecondExpr || in ActOnOpenMPAtomicDirective()
11015 SecondExpr->isInstantiationDependent())) { in ActOnOpenMPAtomicDirective()