HomeSort by relevance Sort by last modified time
    Searched refs:isSwitchScope (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
Scope.h 358 /// isSwitchScope - Return true if this scope is a switch scope.
359 bool isSwitchScope() const {
  /external/clang/lib/Parse/
ParseStmt.cpp 395 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() &&
    [all...]

Completed in 72 milliseconds