Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1228 typedef std::vector<std::pair<llvm::APSInt, CaseStmt*> > CaseRangesTy; in ActOnFinishSwitchStmt() typedef
1229 CaseRangesTy CaseRanges; in ActOnFinishSwitchStmt()
1491 for (CaseRangesTy::const_iterator RI = CaseRanges.begin(); in ActOnFinishSwitchStmt()