Searched refs:switchCond (Results 1 – 1 of 1) sorted by relevance
559 Expr::EvalResult *switchCond = nullptr; member in __anonef2f84bd0411::CFGBuilder4499 SaveAndRestore save_switchCond(switchCond, b ? &result : nullptr); in VisitSwitchStmt()4551 const Expr::EvalResult *switchCond, in shouldAddCase() argument4554 if (!switchCond) in shouldAddCase()4560 if (switchCond->Val.isInt()) { in shouldAddCase()4563 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase()4605 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()4632 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()