Searched refs:switchCond (Results 1 – 1 of 1) sorted by relevance
524 Expr::EvalResult *switchCond = nullptr; member in __anon76ebc3340411::CFGBuilder4381 SaveAndRestore save_switchCond(switchCond, b ? &result : nullptr); in VisitSwitchStmt()4433 const Expr::EvalResult *switchCond, in shouldAddCase() argument4436 if (!switchCond) in shouldAddCase()4442 if (switchCond->Val.isInt()) { in shouldAddCase()4445 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase()4487 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()4514 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()