Home
last modified time | relevance | path

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

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
DDoStmt.java33 public final class DoStmt extends Statement implements NodeWithBody<DoStmt> { class
39 public DoStmt() { in DoStmt() method in DoStmt
42 public DoStmt(final Statement body, final Expression condition) { in DoStmt() method in DoStmt
47 public DoStmt(Range range, final Statement body, final Expression condition) { in DoStmt() method in DoStmt
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
DDoStmt.java31 public final class DoStmt extends Statement { class
37 public DoStmt() { in DoStmt() method in DoStmt
40 public DoStmt(final Statement body, final Expression condition) { in DoStmt() method in DoStmt
45 public DoStmt(final int beginLine, final int beginColumn, final int endLine, final int endColumn, in DoStmt() method in DoStmt
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
DDoStmt.java47 public class DoStmt extends Statement implements NodeWithBody<DoStmt>, NodeWithCondition<DoStmt> { class
53 public DoStmt() { in DoStmt() method in DoStmt
58 public DoStmt(final Statement body, final Expression condition) { in DoStmt() method in DoStmt
66 public DoStmt(TokenRange tokenRange, Statement body, Expression condition) { in DoStmt() method in DoStmt
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp82 DoStmt, enumerator
/external/clang/include/clang/AST/
DStmt.h1110 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, in DoStmt() function
1118 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) { } in DoStmt() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3409 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, ForStmt, WhileStmt, DoStmt, in AST_POLYMORPHIC_MATCHER_P() argument
3539 AST_POLYMORPHIC_SUPPORTED_TYPES(DoStmt, ForStmt, in AST_POLYMORPHIC_MATCHER_P()