Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h188 Stmt **getStmts() { return getTrailingObjects<Stmt *>(); } in getStmts() function
189 Stmt *const *getStmts() const { return getTrailingObjects<Stmt *>(); } in getStmts() function
H A DStmtCXX.h83 Stmt *const *getStmts() const { return getTrailingObjects<Stmt *>(); } in getStmts() function
84 Stmt **getStmts() { return getTrailingObjects<Stmt *>(); } in getStmts() function