Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp718 (isUnaryExpression && !getLangOpts().CPlusPlus) ? CompoundLiteral in ParseCastExpression()
728 case CompoundLiteral: in ParseCastExpression()
2200 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression in ParseParenExpression()
2255 } else if (ExprType >= CompoundLiteral && BridgeCast) { in ParseParenExpression()
2290 } else if (ExprType >= CompoundLiteral && in ParseParenExpression()
2333 ExprType = CompoundLiteral; in ParseParenExpression()
DParseExprCXX.cpp3141 ParseAs = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
3180 if (ParseAs >= CompoundLiteral) { in ParseCXXAmbiguousParenExpression()
3198 if (ParseAs == CompoundLiteral) { in ParseCXXAmbiguousParenExpression()
3199 ExprType = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
/external/clang/include/clang/Parse/
DParser.h1473 CompoundLiteral, // Also allow '(' type-name ')' '{' ... '}' enumerator
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp1469 namespace CompoundLiteral { namespace