Searched defs:GotoStmt (Results 1 – 2 of 2) sorted by relevance
1038 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt() function1042 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) { } in GotoStmt() function1058 static bool classof(const GotoStmt *) { return true; } in classof()
61 class GotoStmt; variable