Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp218 if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
229 if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp220 if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
231 if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1173 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
1184 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
4821 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
DRewriteModernObjC.cpp1351 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
1362 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl()
5731 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1180 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()
1193 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()
4831 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
DRewriteModernObjC.cpp1356 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()
1369 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()
5730 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h531 CompoundStmt *getCompoundBody() { return (CompoundStmt*)getBody(); } in getCompoundBody() function
DDecl.h4172 CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; } in getCompoundBody() function
/external/clang/include/clang/AST/
DDeclObjC.h488 CompoundStmt *getCompoundBody() { return (CompoundStmt*)getBody(); } in getCompoundBody() function
DDecl.h3535 CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; } in getCompoundBody() function