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

References

tools/clang/lib/Parse/ParseExpr.cpp
 2394         /*IsParenthesized=*/ExprType >= CompoundLiteral);
 2419   if (ExprType >= CompoundStmt && Tok.is(tok::l_brace)) {
 2439       ExprType = CompoundStmt;
 2448   } else if (ExprType >= CompoundLiteral && BridgeCast) {
 2485   } else if (ExprType >= CompoundLiteral &&
 2496       ExprResult res = ParseCXXAmbiguousParenExpression(ExprType, CastTy, T,
 2528         ExprType = CompoundLiteral;
 2579       if (ExprType == CastExpr) {
 2624   } else if (ExprType >= FoldExpr && Tok.is(tok::ellipsis) &&
 2626     ExprType = FoldExpr;
 2638       if (ExprType >= FoldExpr && ArgExprs.size() == 1 &&
 2640         ExprType = FoldExpr;
 2644       ExprType = SimpleExpr;
 2658     if (ExprType >= FoldExpr && isFoldOperator(Tok.getKind()) &&
 2660       ExprType = FoldExpr;
 2663     ExprType = SimpleExpr;