Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp943 ParenParseOption ParenExprType; in ParseCastExpression() local
947 ParenExprType = CompoundLiteral; in ParseCastExpression()
950 ParenExprType = ParenParseOption::CastExpr; in ParseCastExpression()
953 ParenExprType = FoldExpr; in ParseCastExpression()
958 Res = ParseParenExpression(ParenExprType, false/*stopIfCastExr*/, in ParseCastExpression()
967 switch (ParenExprType) { in ParseCastExpression()