Find switch labels followed by '}' (empty switch cases)

// SwitchGroup [ Stats::Null ]

class Foo {
   void mymethod(int f) {
      switch (f) {
         case 1: /* empty switch case will be matched here */
      }
   }
}

Use Null to indicate an empty child list.