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.cpp292 auto ParsePrimary = [&] () { in ParseConstraintLogicalAndExpression() local
347 ExprResult LHS = ParsePrimary(); in ParseConstraintLogicalAndExpression()
352 ExprResult RHS = ParsePrimary(); in ParseConstraintLogicalAndExpression()