Searched refs:getCompoundBody (Results 1 – 5 of 5) sorted by relevance
220 if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()231 if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
1174 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()1185 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()4816 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
1354 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()1365 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()5722 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
511 CompoundStmt *getCompoundBody() { return (CompoundStmt*)getBody(); } in getCompoundBody() function
3936 CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; } in getCompoundBody() function