reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseExpr.cpp
  788         (isUnaryExpression && !getLangOpts().CPlusPlus) ? CompoundLiteral
  801     case CompoundLiteral:
 2394         /*IsParenthesized=*/ExprType >= CompoundLiteral);
 2448   } else if (ExprType >= CompoundLiteral && BridgeCast) {
 2485   } else if (ExprType >= CompoundLiteral &&
 2528         ExprType = CompoundLiteral;
tools/clang/lib/Parse/ParseExprCXX.cpp
 3445     ParseAs = CompoundLiteral;
 3485   if (ParseAs >= CompoundLiteral) {
 3503     if (ParseAs == CompoundLiteral) {
 3504       ExprType = CompoundLiteral;