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()4819 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
1357 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()1370 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()5719 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
531 CompoundStmt *getCompoundBody() { return (CompoundStmt*)getBody(); } in getCompoundBody() function
4410 CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; } in getCompoundBody() function