Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp749 ParenParseOption ParenExprType; in ParseCastExpression() local
755 ParenExprType = ParenParseOption::CastExpr; in ParseCastExpression()
758 ParenExprType = ParenParseOption::FoldExpr; in ParseCastExpression()
763 Res = ParseParenExpression(ParenExprType, /*StopIfCastExr=*/false, in ParseCastExpression()
773 switch (ParenExprType) { in ParseCastExpression()