Searched defs:LabelStmt (Results 1 – 7 of 7) sorted by relevance
32 class LabelStmt; variable
74 TEST(LabelStmt, Range) { in TEST() argument
80 LabelStmt = 1, enumerator
63 class LabelStmt; variable
795 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) in LabelStmt() function803 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt() function
41 class LabelStmt; variable
124 class LabelStmt; variable