HomeSort by: relevance | last modified time | path
    Searched refs:isSwitchScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 429 /// isSwitchScope - Return true if this scope is a switch scope.
430 bool isSwitchScope() const {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 467 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() &&

Completed in 96 milliseconds