Searched refs:switchCond (Results 1 – 1 of 1) sorted by relevance
519 Expr::EvalResult *switchCond = nullptr; member in __anona1d14af10411::CFGBuilder4110 SaveAndRestore<Expr::EvalResult*> save_switchCond(switchCond, in VisitSwitchStmt()4163 const Expr::EvalResult *switchCond, in shouldAddCase() argument4166 if (!switchCond) in shouldAddCase()4172 if (switchCond->Val.isInt()) { in shouldAddCase()4175 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase()4217 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()4244 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()