Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp228 if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
239 if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
/external/clang/include/clang/AST/
DDeclObjC.h462 CompoundStmt *getCompoundBody() { return (CompoundStmt*)getBody(); } in getCompoundBody() function
DDecl.h3183 CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; } in getCompoundBody() function
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp1190 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
1205 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
4930 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
DRewriteModernObjC.cpp1380 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
1395 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
5933 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()