HomeSort by relevance Sort by last modified time
    Searched defs:ReturnStmt (Results 1 - 25 of 36) sorted by null

1 2

  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
ReturnStmt.java 33 public final class ReturnStmt extends Statement {
37 public ReturnStmt() {
40 public ReturnStmt(final Expression expr) {
44 public ReturnStmt(Range range, final Expression expr) {
54 public ReturnStmt(String expr) {
71 public ReturnStmt setExpr(final Expression expr) {
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
ReturnStmt.java 31 public final class ReturnStmt extends Statement {
35 public ReturnStmt() {
38 public ReturnStmt(final Expression expr) {
42 public ReturnStmt(final int beginLine, final int beginColumn, final int endLine, final int endColumn,
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
ReturnStmt.java 44 public final class ReturnStmt extends Statement {
49 public ReturnStmt() {
54 public ReturnStmt(final Expression expression) {
62 public ReturnStmt(TokenRange tokenRange, Expression expression) {
71 public ReturnStmt(String expression) {
96 * @return this, the ReturnStmt
99 public ReturnStmt setExpression(final Expression expression) {
101 return (ReturnStmt) this;
126 public ReturnStmt removeExpression() {
132 public ReturnStmt clone()
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 374 ReturnStmt struct {
  /prebuilts/go/darwin-x86/src/go/ast/
ast.go 622 // A ReturnStmt node represents a return statement.
623 ReturnStmt struct {
723 func (s *ReturnStmt) Pos() token.Pos { return s.Return }
752 func (s *ReturnStmt) End() token.Pos {
802 func (*ReturnStmt) stmtNode() {}
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 374 ReturnStmt struct {
  /prebuilts/go/linux-x86/src/go/ast/
ast.go 622 // A ReturnStmt node represents a return statement.
623 ReturnStmt struct {
723 func (s *ReturnStmt) Pos() token.Pos { return s.Return }
752 func (s *ReturnStmt) End() token.Pos {
802 func (*ReturnStmt) stmtNode() {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
StmtCXX.h 313 ReturnStmt, ///< Return statement for the thunk function.
339 Stmt *ReturnStmt = nullptr;
392 Stmt *getReturnStmt() const { return getStoredStmts()[SubStmt::ReturnStmt]; }
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
StmtCXX.h 313 ReturnStmt, ///< Return statement for the thunk function.
339 Stmt *ReturnStmt = nullptr;
392 Stmt *getReturnStmt() const { return getStoredStmts()[SubStmt::ReturnStmt]; }
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
StmtCXX.h 313 ReturnStmt, ///< Return statement for the thunk function.
340 Stmt *ReturnStmt = nullptr;
395 Stmt *getReturnStmt() const { return getStoredStmts()[SubStmt::ReturnStmt]; }
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
StmtCXX.h 313 ReturnStmt, ///< Return statement for the thunk function.
340 Stmt *ReturnStmt = nullptr;
395 Stmt *getReturnStmt() const { return getStoredStmts()[SubStmt::ReturnStmt]; }
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
StmtCXX.h 313 ReturnStmt, ///< Return statement for the thunk function.
340 Stmt *ReturnStmt = nullptr;
395 Stmt *getReturnStmt() const { return getStoredStmts()[SubStmt::ReturnStmt]; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
StmtCXX.h 313 ReturnStmt, ///< Return statement for the thunk function.
340 Stmt *ReturnStmt = nullptr;
395 Stmt *getReturnStmt() const { return getStoredStmts()[SubStmt::ReturnStmt]; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
StmtCXX.h 313 ReturnStmt, ///< Return statement for the thunk function.
339 Stmt *ReturnStmt = nullptr;
392 Stmt *getReturnStmt() const { return getStoredStmts()[SubStmt::ReturnStmt]; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
StmtCXX.h 313 ReturnStmt, ///< Return statement for the thunk function.
339 Stmt *ReturnStmt = nullptr;
392 Stmt *getReturnStmt() const { return getStoredStmts()[SubStmt::ReturnStmt]; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
StmtCXX.h 313 ReturnStmt, ///< Return statement for the thunk function.
340 Stmt *ReturnStmt = nullptr;
395 Stmt *getReturnStmt() const { return getStoredStmts()[SubStmt::ReturnStmt]; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
StmtCXX.h 313 ReturnStmt, ///< Return statement for the thunk function.
340 Stmt *ReturnStmt = nullptr;
395 Stmt *getReturnStmt() const { return getStoredStmts()[SubStmt::ReturnStmt]; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
StmtCXX.h 313 ReturnStmt, ///< Return statement for the thunk function.
340 Stmt *ReturnStmt = nullptr;
395 Stmt *getReturnStmt() const { return getStoredStmts()[SubStmt::ReturnStmt]; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
StmtCXX.h 313 ReturnStmt, ///< Return statement for the thunk function.
340 Stmt *ReturnStmt = nullptr;
395 Stmt *getReturnStmt() const { return getStoredStmts()[SubStmt::ReturnStmt]; }
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 778 milliseconds

1 2