Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp228 if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
239 if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclObjC.h462 CompoundStmt *getCompoundBody() { return (CompoundStmt*)getBody(); } in getCompoundBody() function
DDecl.h3253 CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; } in getCompoundBody() function
/freebsd-10-stable/contrib/llvm/tools/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.cpp1396 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
1411 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
5940 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()