Home
last modified time | relevance | path

Searched defs:IfStmt (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DStmt.cpp594 IfStmt::IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, in IfStmt() function in IfStmt
/external/clang/include/clang/AST/
DStmt.h708 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { } in IfStmt() function
759 static bool classof(const IfStmt *) { return true; } in classof()