Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp187 isBodyEmpty(MD->getCompoundBody(), Ctx, MacroLocs)) { in removeDeallocMethod()
/external/clang/include/clang/AST/
DDeclObjC.h324 CompoundStmt *getCompoundBody() { return (CompoundStmt*)Body; } in getCompoundBody() function
DDecl.h2944 CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; } in getCompoundBody() function
/external/clang/lib/Rewrite/
DRewriteObjC.cpp1167 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
1182 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
5849 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()