Searched defs:ifStmt (Results 1 – 3 of 3) sorted by relevance
658 IfStatementASTNode * ifStmt = dynamic_cast<IfStatementASTNode*>(statement); in convertOneStatement() local
2148 IfStatementASTNode * ifStmt = new IfStatementASTNode(); local
879 const internal::VariadicDynCastAllOfMatcher<Stmt, IfStmt> ifStmt; variable