Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1541 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase() function
1542 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase() function