Searched defs:gotoStmt (Results 1 – 4 of 4) sorted by relevance
480 void Post(const parser::GotoStmt &gotoStmt) { AddLabelReference(gotoStmt.v); } in Post()
1306 void LabelEnforce::Post(const parser::GotoStmt &gotoStmt) { in Post()
877 const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt; variable
1522 const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt; variable