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

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

Completed in 123 milliseconds