Lines Matching refs:FoundCase
1655 bool &FoundCase, in CollectStatementsForCase() argument
1665 FoundCase = true; in CollectStatementsForCase()
1666 return CollectStatementsForCase(SC->getSubStmt(), nullptr, FoundCase, in CollectStatementsForCase()
1671 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase, in CollectStatementsForCase()
1686 bool StartedInLiveCode = FoundCase; in CollectStatementsForCase()
1701 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1708 if (FoundCase) { in CollectStatementsForCase()
1724 assert(FoundCase && "Didn't find case but returned fallthrough?"); in CollectStatementsForCase()
1736 if (!FoundCase) in CollectStatementsForCase()
1748 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1854 bool FoundCase = false; in FindCaseStatementsForValue() local
1856 return CollectStatementsForCase(S.getBody(), Case, FoundCase, in FindCaseStatementsForValue()
1858 FoundCase; in FindCaseStatementsForValue()