Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseExpr.cpp642 (isUnaryExpression && !getLangOpts().CPlusPlus)? CompoundLiteral : CastExpr; in ParseCastExpression()
658 case CompoundLiteral: in ParseCastExpression()
2032 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression in ParseParenExpression()
2073 } else if (ExprType >= CompoundLiteral && BridgeCast) { in ParseParenExpression()
2107 } else if (ExprType >= CompoundLiteral && in ParseParenExpression()
2148 ExprType = CompoundLiteral; in ParseParenExpression()
DParseExprCXX.cpp3003 ParseAs = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
3035 if (ParseAs >= CompoundLiteral) { in ParseCXXAmbiguousParenExpression()
3045 if (ParseAs == CompoundLiteral) { in ParseCXXAmbiguousParenExpression()
3046 ExprType = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h1309 CompoundLiteral, // Also allow '(' type-name ')' '{' ... '}' enumerator