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

References

tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
  194   ASTContext &Ctx = pass.Ctx;
  195   TransformActions &TA = pass.TA;
  198       Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize"));
  218       if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) {
  229       if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) {