Searched defs:LabelStmt (Results 1 – 8 of 8) sorted by relevance
32 class LabelStmt; variable
76 class LabelStmt; variable
74 TEST(LabelStmt, Range) { in TEST() argument
234 LabelStmt = 1, enumerator
60 class LabelStmt; variable
786 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) in LabelStmt() function791 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt() function
38 class LabelStmt; variable
122 class LabelStmt; variable