Searched defs:WhileStmt (Results 1 – 5 of 5) sorted by relevance
| /external/clang/lib/CodeGen/ |
| D | CodeGenPGO.cpp | 235 WhileStmt, enumerator
|
| /external/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 2372 IfStmt, ForStmt, WhileStmt, DoStmt, ConditionalOperator), in AST_POLYMORPHIC_MATCHER_P() argument 2501 WhileStmt, in AST_POLYMORPHIC_MATCHER_P() argument
|
| /external/chromium_org/v8/tools/gcmole/ |
| D | gcmole.cc | 1006 DECL_VISIT_STMT(WhileStmt) { in DECL_VISIT_STMT() argument
|
| /external/clang/lib/AST/ |
| D | Stmt.cpp | 915 WhileStmt::WhileStmt(const ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body, in WhileStmt() function in WhileStmt
|
| /external/clang/include/clang/AST/ |
| D | Stmt.h | 1038 explicit WhileStmt(EmptyShell Empty) : Stmt(WhileStmtClass, Empty) { } in WhileStmt() function
|