Home
last modified time | relevance | path

Searched refs:CaseValsTy (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaStmt.cpp790 typedef SmallVector<std::pair<llvm::APSInt, CaseStmt*>, 64> CaseValsTy; in ActOnFinishSwitchStmt() typedef
791 CaseValsTy CaseVals; in ActOnFinishSwitchStmt()
1009 CaseValsTy::iterator I = std::lower_bound(CaseVals.begin(), in ActOnFinishSwitchStmt()
1077 for (CaseValsTy::const_iterator CI = CaseVals.begin(); in ActOnFinishSwitchStmt()