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