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

/external/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp222 if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) {
233 if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) {
/external/clang/include/clang/AST/
H A DDeclObjC.h484 CompoundStmt *getCompoundBody() { return (CompoundStmt*)getBody(); } function in class:clang::ObjCList
H A DDecl.h3301 CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; }
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1389 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1400 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
5858 if (CompoundStmt *Body = MD->getCompoundBody()) {
H A DRewriteObjC.cpp1181 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1192 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
4875 if (CompoundStmt *Body = MD->getCompoundBody()) {

Completed in 1138 milliseconds