Searched defs:getSubStmt (Results 1 – 4 of 4) sorted by relevance
405 const Stmt *getSubStmt() const { return SubStmt; } in getSubStmt() function 404 const Stmt *getSubStmt() const { return SubStmt; } getSubStmt() function
293 CompoundStmt *getSubStmt() const { in getSubStmt() function
4371 CompoundStmt *getSubStmt() { return cast<CompoundStmt>(SubStmt); } getSubStmt() function 4372 const CompoundStmt *getSubStmt() const { return cast<CompoundStmt>(SubStmt); } getSubStmt() function
296 const Stmt *getSubStmt() const { return (const Stmt*) getData2(); } in getSubStmt() function