Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1178 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()
1191 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()
4798 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp1355 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()
1368 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl()
5682 if (CompoundStmt *Body = MD->getCompoundBody()) { in HandleDeclInMainFile()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h530 CompoundStmt *getCompoundBody() { return (CompoundStmt*)getBody(); } in getCompoundBody() function
H A DDecl.h4658 CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; } in getCompoundBody() function