Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h342 Stmt **getStoredStmts() { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function
344 Stmt *const *getStoredStmts() const { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function
H A DExprCXX.h1983 Stmt **getStoredStmts() { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function
1984 Stmt *const *getStoredStmts() const { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function