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

/external/clang/include/clang/AST/
H A DStmt.h778 /// LabelStmt - Represents a label, which has a substatement. For example:
781 class LabelStmt : public Stmt { class in namespace:clang
786 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) function in class:clang::LabelStmt
791 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } function in class:clang::LabelStmt

Completed in 50 milliseconds