Searched refs:getCompoundBody (Results 1 – 5 of 5) sorted by relevance
222 if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()233 if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
1172 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()1183 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()4856 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
1377 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()1388 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()5832 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
484 CompoundStmt *getCompoundBody() { return (CompoundStmt*)getBody(); } in getCompoundBody() function
3456 CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; } in getCompoundBody() function