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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp845 IfStmt::IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, function in class:IfStmt
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h855 class IfStmt : public Stmt { class in namespace:clang
867 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { } function in class:clang::IfStmt

Completed in 176 milliseconds