Searched defs:LabelStmt (Results 1 – 16 of 16) sorted by relevance
370 type LabelStmt struct { struct371 miniStmt372 Label *types.Sym // "Label:"382 func (n *LabelStmt) Sym() *types.Sym { return n.Label }
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
64 class LabelStmt; variable
124 class LabelStmt; variable
145 class LabelStmt; variable
144 class LabelStmt; variable
146 class LabelStmt; variable