Searched refs:subStmt (Results 1 – 2 of 2) sorted by relevance
398 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt) in ObjCAutoreleasePoolStmt() argument399 : Stmt(ObjCAutoreleasePoolStmtClass), AtLoc(atLoc), SubStmt(subStmt) {} in ObjCAutoreleasePoolStmt()
3671 const Stmt *subStmt = ARPS.getSubStmt(); in EmitObjCAutoreleasePoolStmt() local3672 const CompoundStmt &S = cast<CompoundStmt>(*subStmt); in EmitObjCAutoreleasePoolStmt()