Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1325 bool HasDefaultCase = false; in VisitSwitchStmt() local
1328 HasDefaultCase = HasDefaultCase || isa<DefaultStmt>(Case); in VisitSwitchStmt()
1343 if (!HasDefaultCase) { in VisitSwitchStmt()