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