Home
last modified time | relevance | path

Searched defs:DoStmt (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp236 DoStmt, enumerator
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2372 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/
Dgcmole.cc1031 DECL_VISIT_STMT(DoStmt) { in DECL_VISIT_STMT() argument
/external/clang/include/clang/AST/
DStmt.h1092 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, in DoStmt() function
1100 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) { } in DoStmt() function