Searched defs:gotoStmt (Results 1 – 5 of 5) sorted by relevance
539 Post(const parser::GotoStmt & gotoStmt) Post() argument
1489 Post(const parser::GotoStmt & gotoStmt) Post() argument
564 Post(const parser::GotoStmt & gotoStmt) Post() argument
911 const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt; global() variable
639 if (const auto *gotoStmt = bodyEval->getIf<parser::GotoStmt>()) { rewriteIfGotos() local