Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp705 (isUnaryExpression && !getLangOpts().CPlusPlus) ? CompoundLiteral in ParseCastExpression()
715 case CompoundLiteral: in ParseCastExpression()
2152 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression in ParseParenExpression()
2207 } else if (ExprType >= CompoundLiteral && BridgeCast) { in ParseParenExpression()
2242 } else if (ExprType >= CompoundLiteral && in ParseParenExpression()
2285 ExprType = CompoundLiteral; in ParseParenExpression()
DParseExprCXX.cpp3065 ParseAs = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
3097 if (ParseAs >= CompoundLiteral) { in ParseCXXAmbiguousParenExpression()
3111 if (ParseAs == CompoundLiteral) { in ParseCXXAmbiguousParenExpression()
3112 ExprType = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
/external/clang/include/clang/Parse/
DParser.h1451 CompoundLiteral, // Also allow '(' type-name ')' '{' ... '}' enumerator
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp1455 namespace CompoundLiteral { namespace