Lines Matching defs:ResultStmts
1912 /// and add them to the ResultStmts vector. If it is unsafe to do this
1930 SmallVectorImpl<const Stmt*> &ResultStmts) {
1941 ResultStmts);
1946 ResultStmts);
1961 unsigned StartSize = ResultStmts.size();
1975 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) {
2022 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) {
2049 ResultStmts.resize(StartSize);
2050 ResultStmts.push_back(S);
2074 ResultStmts.push_back(S);
2084 SmallVectorImpl<const Stmt*> &ResultStmts,
2114 // etc. If it is safe, return successfully with an empty ResultStmts list.
2131 ResultStmts) != CSFC_Failure &&