Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h430 bool isSwitchScope() const { in isSwitchScope() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp467 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() && in ParseExprStatement()