Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp201 auto ParsePrimary = [&]() { in ParseConstraintLogicalAndExpression() local
254 ExprResult LHS = ParsePrimary(); in ParseConstraintLogicalAndExpression()
259 ExprResult RHS = ParsePrimary(); in ParseConstraintLogicalAndExpression()