HomeSort by relevance Sort by last modified time
    Searched refs:getStmts (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/
NodeWithStatements.java 12 public List<Statement> getStmts();
18 getStmts().add(statement);
25 getStmts().add(index, statement);
  /external/clang/include/clang/AST/
StmtObjC.h 170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); }
171 const Stmt* const *getStmts() const {
197 const Stmt *getTryBody() const { return getStmts()[0]; }
198 Stmt *getTryBody() { return getStmts()[0]; }
199 void setTryBody(Stmt *S) { getStmts()[0] = S; }
208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
220 getStmts()[I + 1] = S;
228 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
234 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts])
    [all...]
StmtCXX.h 74 Stmt const * const *getStmts() const {
77 Stmt **getStmts() {
93 return getStmts()[NumHandlers]->getLocEnd();
97 return cast<CompoundStmt>(getStmts()[0]);
100 return cast<CompoundStmt>(getStmts()[0]);
105 return cast<CXXCatchStmt>(getStmts()[i + 1]);
108 return cast<CXXCatchStmt>(getStmts()[i + 1]);
116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtObjC.h 170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); }
171 const Stmt* const *getStmts() const {
197 const Stmt *getTryBody() const { return getStmts()[0]; }
198 Stmt *getTryBody() { return getStmts()[0]; }
199 void setTryBody(Stmt *S) { getStmts()[0] = S; }
208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
220 getStmts()[I + 1] = S;
228 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
234 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts])
    [all...]
StmtCXX.h 74 Stmt const * const *getStmts() const {
77 Stmt **getStmts() {
93 return getStmts()[NumHandlers]->getLocEnd();
97 return cast<CompoundStmt>(getStmts()[0]);
100 return cast<CompoundStmt>(getStmts()[0]);
105 return cast<CXXCatchStmt>(getStmts()[i + 1]);
108 return cast<CXXCatchStmt>(getStmts()[i + 1]);
116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
StmtObjC.h 170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); }
171 const Stmt* const *getStmts() const {
197 const Stmt *getTryBody() const { return getStmts()[0]; }
198 Stmt *getTryBody() { return getStmts()[0]; }
199 void setTryBody(Stmt *S) { getStmts()[0] = S; }
208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
220 getStmts()[I + 1] = S;
228 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
234 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts])
    [all...]
StmtCXX.h 74 Stmt const * const *getStmts() const {
77 Stmt **getStmts() {
93 return getStmts()[NumHandlers]->getLocEnd();
97 return cast<CompoundStmt>(getStmts()[0]);
100 return cast<CompoundStmt>(getStmts()[0]);
105 return cast<CXXCatchStmt>(getStmts()[i + 1]);
108 return cast<CXXCatchStmt>(getStmts()[i + 1]);
116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
StmtObjC.h 170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); }
171 const Stmt* const *getStmts() const {
197 const Stmt *getTryBody() const { return getStmts()[0]; }
198 Stmt *getTryBody() { return getStmts()[0]; }
199 void setTryBody(Stmt *S) { getStmts()[0] = S; }
208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
220 getStmts()[I + 1] = S;
228 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
234 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts])
    [all...]
StmtCXX.h 74 Stmt const * const *getStmts() const {
77 Stmt **getStmts() {
93 return getStmts()[NumHandlers]->getLocEnd();
97 return cast<CompoundStmt>(getStmts()[0]);
100 return cast<CompoundStmt>(getStmts()[0]);
105 return cast<CXXCatchStmt>(getStmts()[i + 1]);
108 return cast<CXXCatchStmt>(getStmts()[i + 1]);
116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
StmtObjC.h 170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); }
171 const Stmt* const *getStmts() const {
197 const Stmt *getTryBody() const { return getStmts()[0]; }
198 Stmt *getTryBody() { return getStmts()[0]; }
199 void setTryBody(Stmt *S) { getStmts()[0] = S; }
208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
220 getStmts()[I + 1] = S;
228 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
234 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts])
    [all...]
StmtCXX.h 74 Stmt const * const *getStmts() const {
77 Stmt **getStmts() {
93 return getStmts()[NumHandlers]->getLocEnd();
97 return cast<CompoundStmt>(getStmts()[0]);
100 return cast<CompoundStmt>(getStmts()[0]);
105 return cast<CXXCatchStmt>(getStmts()[i + 1]);
108 return cast<CXXCatchStmt>(getStmts()[i + 1]);
116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
StmtObjC.h 170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); }
171 const Stmt* const *getStmts() const {
197 const Stmt *getTryBody() const { return getStmts()[0]; }
198 Stmt *getTryBody() { return getStmts()[0]; }
199 void setTryBody(Stmt *S) { getStmts()[0] = S; }
208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
220 getStmts()[I + 1] = S;
228 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
234 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts])
    [all...]
StmtCXX.h 74 Stmt const * const *getStmts() const {
77 Stmt **getStmts() {
93 return getStmts()[NumHandlers]->getLocEnd();
97 return cast<CompoundStmt>(getStmts()[0]);
100 return cast<CompoundStmt>(getStmts()[0]);
105 return cast<CXXCatchStmt>(getStmts()[i + 1]);
108 return cast<CXXCatchStmt>(getStmts()[i + 1]);
116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
StmtObjC.h 170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); }
171 const Stmt* const *getStmts() const {
197 const Stmt *getTryBody() const { return getStmts()[0]; }
198 Stmt *getTryBody() { return getStmts()[0]; }
199 void setTryBody(Stmt *S) { getStmts()[0] = S; }
208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
220 getStmts()[I + 1] = S;
228 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
234 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts])
    [all...]
StmtCXX.h 74 Stmt const * const *getStmts() const {
77 Stmt **getStmts() {
93 return getStmts()[NumHandlers]->getLocEnd();
97 return cast<CompoundStmt>(getStmts()[0]);
100 return cast<CompoundStmt>(getStmts()[0]);
105 return cast<CXXCatchStmt>(getStmts()[i + 1]);
108 return cast<CXXCatchStmt>(getStmts()[i + 1]);
116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
StmtObjC.h 170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); }
171 const Stmt* const *getStmts() const {
197 const Stmt *getTryBody() const { return getStmts()[0]; }
198 Stmt *getTryBody() { return getStmts()[0]; }
199 void setTryBody(Stmt *S) { getStmts()[0] = S; }
208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
220 getStmts()[I + 1] = S;
228 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
234 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts])
    [all...]
StmtCXX.h 74 Stmt const * const *getStmts() const {
77 Stmt **getStmts() {
93 return getStmts()[NumHandlers]->getLocEnd();
97 return cast<CompoundStmt>(getStmts()[0]);
100 return cast<CompoundStmt>(getStmts()[0]);
105 return cast<CXXCatchStmt>(getStmts()[i + 1]);
108 return cast<CXXCatchStmt>(getStmts()[i + 1]);
116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtObjC.h 170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); }
171 const Stmt* const *getStmts() const {
197 const Stmt *getTryBody() const { return getStmts()[0]; }
198 Stmt *getTryBody() { return getStmts()[0]; }
199 void setTryBody(Stmt *S) { getStmts()[0] = S; }
208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
220 getStmts()[I + 1] = S;
228 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
234 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts])
    [all...]
StmtCXX.h 74 Stmt const * const *getStmts() const {
77 Stmt **getStmts() {
93 return getStmts()[NumHandlers]->getLocEnd();
97 return cast<CompoundStmt>(getStmts()[0]);
100 return cast<CompoundStmt>(getStmts()[0]);
105 return cast<CXXCatchStmt>(getStmts()[i + 1]);
108 return cast<CXXCatchStmt>(getStmts()[i + 1]);
116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
StmtObjC.h 170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); }
171 const Stmt* const *getStmts() const {
197 const Stmt *getTryBody() const { return getStmts()[0]; }
198 Stmt *getTryBody() { return getStmts()[0]; }
199 void setTryBody(Stmt *S) { getStmts()[0] = S; }
208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
220 getStmts()[I + 1] = S;
228 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
234 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts])
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
StmtObjC.h 170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); }
171 const Stmt* const *getStmts() const {
197 const Stmt *getTryBody() const { return getStmts()[0]; }
198 Stmt *getTryBody() { return getStmts()[0]; }
199 void setTryBody(Stmt *S) { getStmts()[0] = S; }
208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
220 getStmts()[I + 1] = S;
228 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
234 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts])
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
StmtObjC.h 170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); }
171 const Stmt* const *getStmts() const {
197 const Stmt *getTryBody() const { return getStmts()[0]; }
198 Stmt *getTryBody() { return getStmts()[0]; }
199 void setTryBody(Stmt *S) { getStmts()[0] = S; }
208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
220 getStmts()[I + 1] = S;
228 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
234 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts])
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
StmtObjC.h 170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); }
171 const Stmt* const *getStmts() const {
197 const Stmt *getTryBody() const { return getStmts()[0]; }
198 Stmt *getTryBody() { return getStmts()[0]; }
199 void setTryBody(Stmt *S) { getStmts()[0] = S; }
208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
220 getStmts()[I + 1] = S;
228 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
234 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts])
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
StmtObjC.h 170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); }
171 const Stmt* const *getStmts() const {
197 const Stmt *getTryBody() const { return getStmts()[0]; }
198 Stmt *getTryBody() { return getStmts()[0]; }
199 void setTryBody(Stmt *S) { getStmts()[0] = S; }
208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
220 getStmts()[I + 1] = S;
228 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
234 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts])
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
StmtObjC.h 170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); }
171 const Stmt* const *getStmts() const {
197 const Stmt *getTryBody() const { return getStmts()[0]; }
198 Stmt *getTryBody() { return getStmts()[0]; }
199 void setTryBody(Stmt *S) { getStmts()[0] = S; }
208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
220 getStmts()[I + 1] = S;
228 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]);
234 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts])
    [all...]

Completed in 473 milliseconds

1 2 3