Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp946 ParenExprType = CompoundLiteral; in ParseCastExpression()
969 case CompoundLiteral: in ParseCastExpression()
2784 /*IsParenthesized=*/ExprType >= CompoundLiteral); in ParseParenExpression()
2840 } else if (ExprType >= CompoundLiteral && BridgeCast) { in ParseParenExpression()
2877 } else if (ExprType >= CompoundLiteral && in ParseParenExpression()
2920 ExprType = CompoundLiteral; in ParseParenExpression()
H A DParseExprCXX.cpp3864 ParseAs = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
3904 if (ParseAs >= CompoundLiteral) { in ParseCXXAmbiguousParenExpression()
3922 if (ParseAs == CompoundLiteral) { in ParseCXXAmbiguousParenExpression()
3923 ExprType = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1828 CompoundLiteral, // Also allow '(' type-name ')' '{' ... '}' enumerator