Searched refs:CaseValsTy (Results 1 – 1 of 1) sorted by relevance
1292 typedef SmallVector<std::pair<llvm::APSInt, CaseStmt*>, 64> CaseValsTy; in ActOnFinishSwitchStmt() typedef1293 CaseValsTy CaseVals; in ActOnFinishSwitchStmt()1483 CaseValsTy::iterator I = in ActOnFinishSwitchStmt()1553 for (CaseValsTy::const_iterator CI = CaseVals.begin(); in ActOnFinishSwitchStmt()