Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp805 typedef std::vector<std::pair<llvm::APSInt, CaseStmt*> > CaseRangesTy; in ActOnFinishSwitchStmt() typedef
806 CaseRangesTy CaseRanges; in ActOnFinishSwitchStmt()
1100 for (CaseRangesTy::const_iterator RI = CaseRanges.begin(); in ActOnFinishSwitchStmt()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp948 typedef std::vector<std::pair<llvm::APSInt, CaseStmt*> > CaseRangesTy; in ActOnFinishSwitchStmt() typedef
949 CaseRangesTy CaseRanges; in ActOnFinishSwitchStmt()
1211 for (CaseRangesTy::const_iterator RI = CaseRanges.begin(); in ActOnFinishSwitchStmt()