Searched refs:NextSwitchCase (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h626 SwitchCase *NextSwitchCase; member in class:clang::SwitchCase
631 : Stmt(SC), NextSwitchCase(0), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {}
634 : Stmt(SC), NextSwitchCase(0) {}
637 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; }
639 SwitchCase *getNextSwitchCase() { return NextSwitchCase; }
641 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; }

Completed in 44 milliseconds