Searched refs:_Child (Results 1 – 2 of 2) sorted by relevance
3 @interface _Child // expected-note{{'_Child' declared here}} interface7 …(Categ) // expected-error {{cannot find interface declaration for 'Child'; did you mean '_Child'?}}
24 MCLoggingStreamer(MCStreamer *_Child, raw_ostream &_OS) in MCLoggingStreamer() argument25 : MCStreamer(_Child->getContext()), Child(_Child), OS(_OS) {} in MCLoggingStreamer()