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