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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp853 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, function in class:ForStmt
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1113 class ForStmt : public Stmt { class in namespace:clang
1125 explicit ForStmt(EmptyShell Empty) : Stmt(ForStmtClass, Empty) { } function in class:clang::ForStmt

Completed in 109 milliseconds