Home
last modified time | relevance | path

Searched refs:FoundSwitchStatements (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1217 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