Lines Matching defs:FoundCase
1923 /// If the recursive walk actually finds our Case, then we set FoundCase to
1929 bool &FoundCase,
1939 FoundCase = true;
1940 return CollectStatementsForCase(SC->getSubStmt(), nullptr, FoundCase,
1945 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase,
1960 bool StartedInLiveCode = FoundCase;
1975 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) {
1982 if (FoundCase) {
1998 assert(FoundCase && "Didn't find case but returned fallthrough?");
2010 if (!FoundCase)
2022 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) {
2128 bool FoundCase = false;
2130 return CollectStatementsForCase(S.getBody(), Case, FoundCase,
2132 FoundCase;