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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1521 class SwitchCase : public Stmt { class in namespace:clang
1533 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) function in class:clang::SwitchCase
1538 SwitchCase(StmtClass SC, EmptyShell) : Stmt(SC) {} function in class:clang::SwitchCase
[all...]

Completed in 197 milliseconds