Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A DStmt.h664 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase() function
666 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase() function