Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1017 : FoundSwitchStatements(false), in FallthroughMapper()
1021 bool foundSwitchStatements() const { return FoundSwitchStatements; } in foundSwitchStatements()
1147 FoundSwitchStatements = true; in VisitSwitchStmt()
1192 bool FoundSwitchStatements; member in __anon1610bc2a0811::FallthroughMapper