Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h1576 SwitchCase *NextSwitchCase = nullptr; variable
1586 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase()
1587 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase()
1588 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase()