TypeVector is only used once and isn't used in any interfaces, so this
removes the typedef.
typedef SmallVector<Stmt*, 32> StmtVector;
/// A SmallVector of expressions, with stack size 12 (the maximum used.)
typedef SmallVector<Expr*, 12> ExprVector;
- /// A SmallVector of types.
- typedef SmallVector<ParsedType, 12> TypeVector;
StmtResult
ParseStatement(SourceLocation *TrailingElseLoc = nullptr,
}
SourceLocation DefaultLoc;
- TypeVector Types;
+ SmallVector<ParsedType, 12> Types;
ExprVector Exprs;
do {
ParsedType Ty;