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