Lines Matching refs:getTrailingObjects

1432   body_iterator body_begin() { return getTrailingObjects<Stmt *>(); }  in body_begin()
1448 return getTrailingObjects<Stmt *>(); in body_begin()
1642 return caseStmtIsGNURange() ? *getTrailingObjects<SourceLocation>() in getEllipsisLoc()
1652 *getTrailingObjects<SourceLocation>() = L; in setEllipsisLoc()
1656 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[lhsOffset()]); in getLHS()
1660 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[lhsOffset()]); in getLHS()
1664 getTrailingObjects<Stmt *>()[lhsOffset()] = reinterpret_cast<Stmt *>(Val); in setLHS()
1669 getTrailingObjects<Stmt *>()[rhsOffset()]) in getRHS()
1675 getTrailingObjects<Stmt *>()[rhsOffset()]) in getRHS()
1682 getTrailingObjects<Stmt *>()[rhsOffset()] = reinterpret_cast<Stmt *>(Val); in setRHS()
1685 Stmt *getSubStmt() { return getTrailingObjects<Stmt *>()[subStmtOffset()]; } in getSubStmt()
1687 return getTrailingObjects<Stmt *>()[subStmtOffset()]; in getSubStmt()
1691 getTrailingObjects<Stmt *>()[subStmtOffset()] = S; in setSubStmt()
1710 return child_range(getTrailingObjects<Stmt *>(), in children()
1711 getTrailingObjects<Stmt *>() + in children()
1716 return const_child_range(getTrailingObjects<Stmt *>(), in children()
1717 getTrailingObjects<Stmt *>() + in children()
1869 return getTrailingObjects<const Attr *>(); in getAttrArrayPtr()
1871 const Attr **getAttrArrayPtr() { return getTrailingObjects<const Attr *>(); } in getAttrArrayPtr()
1983 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()
1987 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()
1991 getTrailingObjects<Stmt *>()[condOffset()] = reinterpret_cast<Stmt *>(Cond); in setCond()
1994 Stmt *getThen() { return getTrailingObjects<Stmt *>()[thenOffset()]; } in getThen()
1996 return getTrailingObjects<Stmt *>()[thenOffset()]; in getThen()
2000 getTrailingObjects<Stmt *>()[thenOffset()] = Then; in setThen()
2004 return hasElseStorage() ? getTrailingObjects<Stmt *>()[elseOffset()] in getElse()
2009 return hasElseStorage() ? getTrailingObjects<Stmt *>()[elseOffset()] in getElse()
2016 getTrailingObjects<Stmt *>()[elseOffset()] = Else; in setElse()
2040 getTrailingObjects<Stmt *>()[varOffset()]) in getConditionVariableDeclStmt()
2046 getTrailingObjects<Stmt *>()[varOffset()]) in getConditionVariableDeclStmt()
2051 return hasInitStorage() ? getTrailingObjects<Stmt *>()[initOffset()] in getInit()
2056 return hasInitStorage() ? getTrailingObjects<Stmt *>()[initOffset()] in getInit()
2063 getTrailingObjects<Stmt *>()[initOffset()] = Init; in setInit()
2070 return hasElseStorage() ? *getTrailingObjects<SourceLocation>() in getElseLoc()
2077 *getTrailingObjects<SourceLocation>() = ElseLoc; in setElseLoc()
2104 return child_range(getTrailingObjects<Stmt *>(), in children()
2105 getTrailingObjects<Stmt *>() + in children()
2110 return const_child_range(getTrailingObjects<Stmt *>(), in children()
2111 getTrailingObjects<Stmt *>() + in children()
2186 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()
2190 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()
2194 getTrailingObjects<Stmt *>()[condOffset()] = reinterpret_cast<Stmt *>(Cond); in setCond()
2197 Stmt *getBody() { return getTrailingObjects<Stmt *>()[bodyOffset()]; } in getBody()
2199 return getTrailingObjects<Stmt *>()[bodyOffset()]; in getBody()
2203 getTrailingObjects<Stmt *>()[bodyOffset()] = Body; in setBody()
2207 return hasInitStorage() ? getTrailingObjects<Stmt *>()[initOffset()] in getInit()
2212 return hasInitStorage() ? getTrailingObjects<Stmt *>()[initOffset()] in getInit()
2219 getTrailingObjects<Stmt *>()[initOffset()] = Init; in setInit()
2244 getTrailingObjects<Stmt *>()[varOffset()]) in getConditionVariableDeclStmt()
2250 getTrailingObjects<Stmt *>()[varOffset()]) in getConditionVariableDeclStmt()
2295 return child_range(getTrailingObjects<Stmt *>(), in children()
2296 getTrailingObjects<Stmt *>() + in children()
2301 return const_child_range(getTrailingObjects<Stmt *>(), in children()
2302 getTrailingObjects<Stmt *>() + in children()
2366 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()
2370 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()
2374 getTrailingObjects<Stmt *>()[condOffset()] = reinterpret_cast<Stmt *>(Cond); in setCond()
2377 Stmt *getBody() { return getTrailingObjects<Stmt *>()[bodyOffset()]; } in getBody()
2379 return getTrailingObjects<Stmt *>()[bodyOffset()]; in getBody()
2383 getTrailingObjects<Stmt *>()[bodyOffset()] = Body; in setBody()
2407 getTrailingObjects<Stmt *>()[varOffset()]) in getConditionVariableDeclStmt()
2413 getTrailingObjects<Stmt *>()[varOffset()]) in getConditionVariableDeclStmt()
2436 return child_range(getTrailingObjects<Stmt *>(), in children()
2437 getTrailingObjects<Stmt *>() + in children()
2442 return const_child_range(getTrailingObjects<Stmt *>(), in children()
2443 getTrailingObjects<Stmt *>() + in children()
2774 return hasNRVOCandidate() ? *getTrailingObjects<const VarDecl *>() in getNRVOCandidate()
2784 *getTrailingObjects<const VarDecl *>() = Var; in setNRVOCandidate()