Searched defs:DoStmt (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 236 DoStmt, enumerator
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2372 IfStmt, ForStmt, WhileStmt, DoStmt, ConditionalOperator), in AST_POLYMORPHIC_MATCHER_P() argument 2500 AST_POLYMORPHIC_SUPPORTED_TYPES_4(DoStmt, ForStmt, in AST_POLYMORPHIC_MATCHER_P()
|
/external/chromium_org/v8/tools/gcmole/ |
D | gcmole.cc | 1031 DECL_VISIT_STMT(DoStmt) { in DECL_VISIT_STMT() argument
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1092 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, in DoStmt() function 1100 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) { } in DoStmt() function
|