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

/external/clang/include/clang/Sema/
H A DScope.h358 /// isSwitchScope - Return true if this scope is a switch scope.
359 bool isSwitchScope() const { function in class:clang::Scope
/external/clang/lib/Parse/
H A DParseStmt.cpp395 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() &&

Completed in 348 milliseconds