Home
last modified time | relevance | path

Searched defs:getNextSwitchCase (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h1586 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase() function
1587 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase() function