Searched defs:WhileStmt (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 81 WhileStmt, enumerator
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 862 WhileStmt::WhileStmt(const ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body, in WhileStmt() function in WhileStmt
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 1006 DECL_VISIT_STMT(WhileStmt) { in DECL_VISIT_STMT() argument
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 3409 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, ForStmt, WhileStmt, DoStmt, in AST_POLYMORPHIC_MATCHER_P() argument 3540 WhileStmt, in AST_POLYMORPHIC_MATCHER_P() argument
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTraversalTest.cpp | 972 StatementMatcher WhileStmt = in TEST() local
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1056 explicit WhileStmt(EmptyShell Empty) : Stmt(WhileStmtClass, Empty) { } in WhileStmt() function
|