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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h952 const SwitchCase *getSwitchCaseList() const { return FirstCase; } function in class:clang::SwitchStmt
958 SwitchCase *getSwitchCaseList() { return FirstCase; } function in class:clang::SwitchStmt

Completed in 104 milliseconds