Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp218 if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
229 if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1180 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()
1193 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()
4819 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp1357 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()
1370 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()
5719 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h531 CompoundStmt *getCompoundBody() { return (CompoundStmt*)getBody(); } in getCompoundBody() function
H A DDecl.h4410 CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; } in getCompoundBody() function