Searched defs:getNextSwitchCase (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | Stmt.h | 664 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } function in class:clang::SwitchCase 666 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } function in class:clang::SwitchCase 1015 assert(!SC->getNextSwitchCase() |
Completed in 229 milliseconds