Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h381 bool isSwitchScope() const { in isSwitchScope() function
/external/clang/lib/Parse/
DParseStmt.cpp413 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() && in ParseExprStatement()