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

/external/clang/lib/AST/
H A DStmt.cpp915 WhileStmt::WhileStmt(const ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body, function in class:WhileStmt
924 VarDecl *WhileStmt::getConditionVariable() const {
932 void WhileStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
/external/clang/include/clang/AST/
H A DStmt.h1027 /// WhileStmt - This represents a 'while' stmt.
1029 class WhileStmt : public Stmt { class in namespace:clang
1034 WhileStmt(const ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body,
1038 explicit WhileStmt(EmptyShell Empty) : Stmt(WhileStmtClass, Empty) { } function in class:clang::WhileStmt
1051 /// If this WhileStmt has a condition variable, return the faux DeclStmt

Completed in 318 milliseconds