Lines Matching defs:ResultStmts
1846 /// and add them to the ResultStmts vector. If it is unsafe to do this
1864 SmallVectorImpl<const Stmt*> &ResultStmts) {
1875 ResultStmts);
1880 ResultStmts);
1895 unsigned StartSize = ResultStmts.size();
1909 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) {
1956 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) {
1983 ResultStmts.resize(StartSize);
1984 ResultStmts.push_back(S);
2008 ResultStmts.push_back(S);
2018 SmallVectorImpl<const Stmt*> &ResultStmts,
2048 // etc. If it is safe, return successfully with an empty ResultStmts list.
2065 ResultStmts) != CSFC_Failure &&