Searched refs:getCompoundBody (Results 1 – 4 of 4) sorted by relevance
218 if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()229 if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
530 CompoundStmt *getCompoundBody() { return (CompoundStmt*)getBody(); } in getCompoundBody() function
4545 CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; } in getCompoundBody() function
1356 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()1369 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()5716 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()