Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1762 SwitchCase *NextSwitchCase = nullptr; variable
1772 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase()
1773 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase()
1774 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase()