Searched defs:ifStmt (Results 1 – 3 of 3) sorted by relevance
16 void IfStmtChecker::Leave(const parser::IfStmt &ifStmt) { in Leave()
136 void convertIfStmt(const parser::IfStmt &ifStmt, parser::CharBlock position, in convertIfStmt()539 lower::pft::Evaluation &ifStmt = *ifBodyList.begin(); in rewriteIfGotos() local
894 const internal::VariadicDynCastAllOfMatcher<Stmt, IfStmt> ifStmt; variable