Lines Matching refs:FoundCase
1535 bool &FoundCase, in CollectStatementsForCase() argument
1545 FoundCase = true; in CollectStatementsForCase()
1546 return CollectStatementsForCase(SC->getSubStmt(), nullptr, FoundCase, in CollectStatementsForCase()
1551 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase, in CollectStatementsForCase()
1566 bool StartedInLiveCode = FoundCase; in CollectStatementsForCase()
1581 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1588 if (FoundCase) { in CollectStatementsForCase()
1604 assert(FoundCase && "Didn't find case but returned fallthrough?"); in CollectStatementsForCase()
1616 if (!FoundCase) in CollectStatementsForCase()
1628 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1734 bool FoundCase = false; in FindCaseStatementsForValue() local
1736 return CollectStatementsForCase(S.getBody(), Case, FoundCase, in FindCaseStatementsForValue()
1738 FoundCase; in FindCaseStatementsForValue()