Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp222 if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
233 if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp1181 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
1192 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
4875 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
DRewriteModernObjC.cpp1389 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
1400 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
5858 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
/external/clang/include/clang/AST/
DDeclObjC.h484 CompoundStmt *getCompoundBody() { return (CompoundStmt*)getBody(); } in getCompoundBody() function
DDecl.h3301 CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; } in getCompoundBody() function