Home
last modified time | relevance | path

Searched refs:getCompoundBody (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp220 if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
231 if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1172 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
1183 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
4841 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
DRewriteModernObjC.cpp1377 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
1388 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
5809 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
/external/clang/include/clang/AST/
DDeclObjC.h493 CompoundStmt *getCompoundBody() { return (CompoundStmt*)getBody(); } in getCompoundBody() function
DDecl.h3514 CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; } in getCompoundBody() function