Home
last modified time | relevance | path

Searched refs:condOffset (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1946 unsigned condOffset() const { in condOffset() function
1949 unsigned thenOffset() const { return condOffset() + ThenOffsetFromCond; } in thenOffset()
1950 unsigned elseOffset() const { return condOffset() + ElseOffsetFromCond; } in elseOffset()
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()
2156 unsigned condOffset() const { in condOffset() function
2159 unsigned bodyOffset() const { return condOffset() + BodyOffsetFromCond; } in bodyOffset()
2186 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()
2190 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()
[all …]