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()
1173 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()1184 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()4821 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
1351 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()1362 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()5731 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
488 CompoundStmt *getCompoundBody() { return (CompoundStmt*)getBody(); } in getCompoundBody() function
3535 CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; } in getCompoundBody() function