Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h2182 unsigned initOffset() const { return InitOffset; } in initOffset() function
2294 return hasInitStorage() ? getTrailingObjects<Stmt *>()[initOffset()] in getInit()
2299 return hasInitStorage() ? getTrailingObjects<Stmt *>()[initOffset()] in getInit()
2306 getTrailingObjects<Stmt *>()[initOffset()] = Init; in setInit()
2425 unsigned initOffset() const { return InitOffset; } in initOffset() function
2478 return hasInitStorage() ? getTrailingObjects<Stmt *>()[initOffset()] in getInit()
2483 return hasInitStorage() ? getTrailingObjects<Stmt *>()[initOffset()] in getInit()
2490 getTrailingObjects<Stmt *>()[initOffset()] = Init; in setInit()