Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h1564 SwitchCase *NextSwitchCase = nullptr; variable
1574 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase()
1575 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase()
1576 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase()