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

  /external/clang/lib/Sema/
Scope.cpp 176 } else if (Flags & SwitchScope) {
177 OS << "SwitchScope";
178 Flags &= ~SwitchScope;
SemaStmt.cpp     [all...]
  /external/clang/include/clang/Sema/
Scope.h 96 SwitchScope = 0x1000,
361 if (S->getFlags() & Scope::SwitchScope)
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]

Completed in 231 milliseconds