Searched refs:switchCond (Results 1 – 1 of 1) sorted by relevance
519 Expr::EvalResult *switchCond = nullptr; member in __anon654da8e80411::CFGBuilder4103 SaveAndRestore<Expr::EvalResult*> save_switchCond(switchCond, in VisitSwitchStmt()4156 const Expr::EvalResult *switchCond, in shouldAddCase() argument4159 if (!switchCond) in shouldAddCase()4165 if (switchCond->Val.isInt()) { in shouldAddCase()4168 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase()4210 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()4237 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()