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

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

Completed in 274 milliseconds