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

  /external/clang/include/clang/Sema/
ScopeInfo.h 90 /// SwitchStack - This is the current set of active switch statements in the
92 SmallVector<SwitchStmt*, 8> SwitchStack;
  /external/clang/lib/Sema/
SemaStmt.cpp 294 if (getCurFunction()->SwitchStack.empty()) {
318 getCurFunction()->SwitchStack.back()->addSwitchCase(CS);
335 if (getCurFunction()->SwitchStack.empty()) {
341 getCurFunction()->SwitchStack.back()->addSwitchCase(DS);
552 getCurFunction()->SwitchStack.push_back(SS);
568 assert(SS == getCurFunction()->SwitchStack.back() &&
572 getCurFunction()->SwitchStack.pop_back();
    [all...]
Sema.cpp 51 SwitchStack.clear();
    [all...]
SemaCodeComplete.cpp     [all...]
SemaLookup.cpp     [all...]

Completed in 980 milliseconds