Searched refs:FoundSwitchStatements (Results 1 – 1 of 1) sorted by relevance
1217 FallthroughMapper(Sema &S) : FoundSwitchStatements(false), S(S) { in FallthroughMapper()1221 bool foundSwitchStatements() const { return FoundSwitchStatements; } in foundSwitchStatements()1339 FoundSwitchStatements = true; in VisitSwitchStmt()1381 bool FoundSwitchStatements; member in __anon9476153b0811::FallthroughMapper