Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp801 typedef SmallVector<std::pair<llvm::APSInt, CaseStmt*>, 64> CaseValsTy; in ActOnFinishSwitchStmt() typedef
802 CaseValsTy CaseVals; in ActOnFinishSwitchStmt()
1021 CaseValsTy::iterator I = std::lower_bound(CaseVals.begin(), in ActOnFinishSwitchStmt()
1089 for (CaseValsTy::const_iterator CI = CaseVals.begin(); in ActOnFinishSwitchStmt()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp944 typedef SmallVector<std::pair<llvm::APSInt, CaseStmt*>, 64> CaseValsTy; in ActOnFinishSwitchStmt() typedef
945 CaseValsTy CaseVals; in ActOnFinishSwitchStmt()
1131 CaseValsTy::iterator I = in ActOnFinishSwitchStmt()
1200 for (CaseValsTy::const_iterator CI = CaseVals.begin(); in ActOnFinishSwitchStmt()