Searched refs:thenOffset (Results 1 – 1 of 1) sorted by relevance
2187 unsigned thenOffset() const { return condOffset() + ThenOffsetFromCond; } in thenOffset() function2232 Stmt *getThen() { return getTrailingObjects<Stmt *>()[thenOffset()]; } in getThen()2234 return getTrailingObjects<Stmt *>()[thenOffset()]; in getThen()2238 getTrailingObjects<Stmt *>()[thenOffset()] = Then; in setThen()2372 (isConsteval() ? thenOffset() : 0), in children()2381 (isConsteval() ? thenOffset() : 0), in children()