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

/external/clang/include/clang/AST/
H A DStmt.h621 // SwitchCase is the base class for CaseStmt and DefaultStmt,
624 // A pointer to the following CaseStmt or DefaultStmt class,
723 class DefaultStmt : public SwitchCase { class in namespace:clang
726 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) : function in class:clang::DefaultStmt
730 explicit DefaultStmt(EmptyShell Empty) function in class:clang::DefaultStmt
756 return cast<DefaultStmt>(this)->getLocEnd();

Completed in 42 milliseconds