Home
last modified time | relevance | path

Searched defs:getStoredStmts (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h340 Stmt **getStoredStmts() { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function
342 Stmt *const *getStoredStmts() const { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function
H A DStmt.h3622 Stmt **getStoredStmts() { return reinterpret_cast<Stmt **>(this + 1); } in getStoredStmts() function
3624 Stmt *const *getStoredStmts() const { in getStoredStmts() function
H A DExprCXX.h1953 Stmt **getStoredStmts() { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function
1954 Stmt *const *getStoredStmts() const { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function