Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h675 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc, in CaseStmt() function
685 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } in CaseStmt() function
/external/v8/tools/gcmole/
Dgcmole.cc1064 DECL_VISIT_STMT(CaseStmt) { in DECL_VISIT_STMT() argument