HomeSort by: relevance | last modified time | path
    Searched defs:CompoundLiteral (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 946 ParenExprType = CompoundLiteral;
969 case CompoundLiteral:
2784 /*IsParenthesized=*/ExprType >= CompoundLiteral);
2840 } else if (ExprType >= CompoundLiteral && BridgeCast) {
2877 } else if (ExprType >= CompoundLiteral &&
2920 ExprType = CompoundLiteral;
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1828 CompoundLiteral, // Also allow '(' type-name ')' '{' ... '}'

Completed in 19 milliseconds