Lines Matching defs:FoundCase
1857 /// If the recursive walk actually finds our Case, then we set FoundCase to
1863 bool &FoundCase,
1873 FoundCase = true;
1874 return CollectStatementsForCase(SC->getSubStmt(), nullptr, FoundCase,
1879 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase,
1894 bool StartedInLiveCode = FoundCase;
1909 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) {
1916 if (FoundCase) {
1932 assert(FoundCase && "Didn't find case but returned fallthrough?");
1944 if (!FoundCase)
1956 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) {
2062 bool FoundCase = false;
2064 return CollectStatementsForCase(S.getBody(), Case, FoundCase,
2066 FoundCase;