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