Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h451 bool isSwitchScope() const { in isSwitchScope() function
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp520 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() && in ParseExprStatement()