Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp76 WhileStmt, enumerator
/external/clang/lib/AST/
DStmt.cpp851 WhileStmt::WhileStmt(const ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body, in WhileStmt() function in WhileStmt
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2999 WhileStmt, DoStmt, in AST_POLYMORPHIC_MATCHER_P() argument
3130 WhileStmt, in AST_POLYMORPHIC_MATCHER_P() argument
/external/v8/tools/gcmole/
Dgcmole.cc1006 DECL_VISIT_STMT(WhileStmt) { in DECL_VISIT_STMT() argument
/external/clang/include/clang/AST/
DStmt.h1034 explicit WhileStmt(EmptyShell Empty) : Stmt(WhileStmtClass, Empty) { } in WhileStmt() function