Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp115 DoStmt, enumerator
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2707 WhileStmt, DoStmt, in AST_POLYMORPHIC_MATCHER_P() argument
2837 AST_POLYMORPHIC_SUPPORTED_TYPES(DoStmt, ForStmt, in AST_POLYMORPHIC_MATCHER_P()
/external/v8/tools/gcmole/
Dgcmole.cc1014 DECL_VISIT_STMT(DoStmt) { in DECL_VISIT_STMT() argument
/external/clang/include/clang/AST/
DStmt.h1096 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, in DoStmt() function
1104 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) { } in DoStmt() function