Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h2085 Stmt **getStoredStmts() { return reinterpret_cast<Stmt **>(this + 1); } in getStoredStmts() function
2087 Stmt *const *getStoredStmts() const { in getStoredStmts() function
DExprCXX.h1565 Stmt **getStoredStmts() { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function
1567 Stmt *const *getStoredStmts() const { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function