Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1359 SwitchCase *NextSwitchCase = nullptr; variable
1369 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase()
1370 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase()
1371 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase()