Searched defs:GotoStmt (Results 1 – 2 of 2) sorted by relevance
1229 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt() function1233 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) { } in GotoStmt() function
77 class GotoStmt; variable