Searched refs:ResultStmts (Results 1 – 1 of 1) sorted by relevance
1864 SmallVectorImpl<const Stmt*> &ResultStmts) { in CollectStatementsForCase() argument1875 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[all …]