Lines Matching refs:ResultStmts
1864 SmallVectorImpl<const Stmt*> &ResultStmts) { in CollectStatementsForCase() argument
1875 ResultStmts); in CollectStatementsForCase()
1880 ResultStmts); in CollectStatementsForCase()
1895 unsigned StartSize = ResultStmts.size(); in CollectStatementsForCase()
1909 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1956 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1983 ResultStmts.resize(StartSize); in CollectStatementsForCase()
1984 ResultStmts.push_back(S); in CollectStatementsForCase()
2008 ResultStmts.push_back(S); in CollectStatementsForCase()
2018 SmallVectorImpl<const Stmt*> &ResultStmts, in FindCaseStatementsForValue() argument
2065 ResultStmts) != CSFC_Failure && in FindCaseStatementsForValue()