Searched defs:LabelStmt (Results 1 – 6 of 6) sorted by relevance
78 class LabelStmt; variable
113 LabelStmt = 1, enumerator
61 class LabelStmt; variable
798 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) in LabelStmt() function806 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt() function
38 class LabelStmt; variable
123 class LabelStmt; variable