Lines Matching refs:FoundCase
1666 bool &FoundCase, in CollectStatementsForCase() argument
1676 FoundCase = true; in CollectStatementsForCase()
1677 return CollectStatementsForCase(SC->getSubStmt(), nullptr, FoundCase, in CollectStatementsForCase()
1682 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase, in CollectStatementsForCase()
1697 bool StartedInLiveCode = FoundCase; in CollectStatementsForCase()
1712 switch (CollectStatementsForCase(*I, Case, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1719 if (FoundCase) { in CollectStatementsForCase()
1735 assert(FoundCase && "Didn't find case but returned fallthrough?"); in CollectStatementsForCase()
1747 if (!FoundCase) in CollectStatementsForCase()
1759 switch (CollectStatementsForCase(*I, nullptr, FoundCase, ResultStmts)) { in CollectStatementsForCase()
1865 bool FoundCase = false; in FindCaseStatementsForValue() local
1867 return CollectStatementsForCase(S.getBody(), Case, FoundCase, in FindCaseStatementsForValue()
1869 FoundCase; in FindCaseStatementsForValue()