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

  /external/clang/lib/Sema/
SemaStmtAttr.cpp 40 if (S.getCurFunction()->SwitchStack.empty()) {
ScopeInfo.cpp 30 SwitchStack.clear();
SemaStmt.cpp 332 if (getCurFunction()->SwitchStack.empty()) {
362 getCurFunction()->SwitchStack.back()->addSwitchCase(CS);
379 if (getCurFunction()->SwitchStack.empty()) {
385 getCurFunction()->SwitchStack.back()->addSwitchCase(DS);
642 getCurFunction()->SwitchStack.push_back(SS);
658 assert(SS == getCurFunction()->SwitchStack.back() &&
662 getCurFunction()->SwitchStack.pop_back();
    [all...]
SemaCodeComplete.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 105 /// SwitchStack - This is the current set of active switch statements in the
107 SmallVector<SwitchStmt*, 8> SwitchStack;

Completed in 45 milliseconds