Searched defs:IfStmt (Results 1 – 4 of 4) sorted by relevance
832 IfStmt::IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, in IfStmt() function in IfStmt
1051 DECL_VISIT_STMT(IfStmt) { in DECL_VISIT_STMT() argument
2235 AST_MATCHER_P(IfStmt, hasConditionVariableStatement, in AST_MATCHER_P() argument
863 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { } in IfStmt() function