Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1046 : FoundSwitchStatements(false), in FallthroughMapper()
1050 bool foundSwitchStatements() const { return FoundSwitchStatements; } in foundSwitchStatements()
1176 FoundSwitchStatements = true; in VisitSwitchStmt()
1221 bool FoundSwitchStatements; member in __anondf82a8a60811::FallthroughMapper