reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
  218       if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) {
  229       if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) {
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 1352     SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
 1363     SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
 5715       if (CompoundStmt *Body = MD->getCompoundBody()) {
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 1174     SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
 1185     SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
 4814       if (CompoundStmt *Body = MD->getCompoundBody()) {