Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp687 WhileStmt::WhileStmt(ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body, in WhileStmt() function in WhileStmt
/external/clang/include/clang/AST/
DStmt.h867 explicit WhileStmt(EmptyShell Empty) : Stmt(WhileStmtClass, Empty) { } in WhileStmt() function
902 static bool classof(const WhileStmt *) { return true; } in classof()