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

/external/clang/lib/Parse/
H A DParseExpr.cpp669 (isUnaryExpression && !getLangOpts().CPlusPlus)? CompoundLiteral : CastExpr;
685 case CompoundLiteral:
1903 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression
1940 } else if (ExprType >= CompoundLiteral && BridgeCast) {
1974 } else if (ExprType >= CompoundLiteral &&
2015 ExprType = CompoundLiteral;
H A DParseExprCXX.cpp2770 ParseAs = CompoundLiteral;
2802 if (ParseAs >= CompoundLiteral) {
2812 if (ParseAs == CompoundLiteral) {
2813 ExprType = CompoundLiteral;
/external/clang/include/clang/Parse/
H A DParser.h1350 CompoundLiteral, // Also allow '(' type-name ')' '{' ... '}' enumerator in enum:clang::Parser::ParenParseOption
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp1228 namespace CompoundLiteral {

Completed in 79 milliseconds