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

/external/clang/include/clang/AST/
H A DStmt.h630 // SwitchCase is the base class for CaseStmt and DefaultStmt,
633 // A pointer to the following CaseStmt or DefaultStmt class,
725 class DefaultStmt : public SwitchCase { class in namespace:clang
730 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) : function in class:clang::DefaultStmt
735 explicit DefaultStmt(EmptyShell) : SwitchCase(DefaultStmtClass) { } function in class:clang::DefaultStmt
752 static bool classof(const DefaultStmt *) { return true; }

Completed in 75 milliseconds