Searched defs:IfStmt (Results 1 – 2 of 2) sorted by relevance
594 IfStmt::IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, in IfStmt() function in IfStmt
708 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { } in IfStmt() function759 static bool classof(const IfStmt *) { return true; } in classof()