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 179 } else if (Flags & SwitchScope) {
180 OS << "SwitchScope";
181 Flags &= ~SwitchScope;
SemaStmt.cpp     [all...]
  /external/clang/include/clang/Sema/
Scope.h 96 SwitchScope = 0x1000,
380 if (S->getFlags() & Scope::SwitchScope)
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]

Completed in 173 milliseconds