Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp623 ForStmt::ForStmt(ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, in ForStmt() function in ForStmt
/external/clang/include/clang/AST/
DStmt.h975 explicit ForStmt(EmptyShell Empty) : Stmt(ForStmtClass, Empty) { } in ForStmt() function
1023 static bool classof(const ForStmt *) { return true; } in classof()