Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp641 (isUnaryExpression && !getLangOpts().CPlusPlus) ? CompoundLiteral in ParseCastExpression()
651 case CompoundLiteral: in ParseCastExpression()
1939 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression in ParseParenExpression()
1978 } else if (ExprType >= CompoundLiteral && BridgeCast) { in ParseParenExpression()
2013 } else if (ExprType >= CompoundLiteral && in ParseParenExpression()
2056 ExprType = CompoundLiteral; in ParseParenExpression()
DParseExprCXX.cpp2952 ParseAs = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
2985 if (ParseAs >= CompoundLiteral) { in ParseCXXAmbiguousParenExpression()
2999 if (ParseAs == CompoundLiteral) { in ParseCXXAmbiguousParenExpression()
3000 ExprType = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
/external/clang/include/clang/Parse/
DParser.h1392 CompoundLiteral, // Also allow '(' type-name ')' '{' ... '}' enumerator
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp1410 namespace CompoundLiteral { namespace