Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h2066 Stmt **getStoredStmts() { return reinterpret_cast<Stmt **>(this + 1); } in getStoredStmts() function
2068 Stmt *const *getStoredStmts() const { in getStoredStmts() function
DExprCXX.h1480 Stmt **getStoredStmts() { return reinterpret_cast<Stmt **>(this + 1); } in getStoredStmts() function
1482 Stmt *const *getStoredStmts() const { in getStoredStmts() function