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

References

tools/clang/lib/Parse/ParseExpr.cpp
  789                                                         : CastExpr;
  805     case CastExpr:
 1938     ParenParseOption ExprType = CastExpr;
 1947     if (ExprType == CastExpr) {
 2579       if (ExprType == CastExpr) {
tools/clang/lib/Parse/ParseExprCXX.cpp
 3408   assert(ExprType == CastExpr && "Compound literals are not ambiguous!");
 3464     ParseAs = NotCastExpr ? SimpleExpr : CastExpr;
 3515     assert(ParseAs == CastExpr);