Home
last modified time | relevance | path

Searched refs:_Child (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaObjC/
Dundef-class-messagin-error.m3 @interface _Child // expected-note{{'_Child' declared here}} interface
7 …(Categ) // expected-error {{cannot find interface declaration for 'Child'; did you mean '_Child'?}}
/external/swiftshader/third_party/LLVM/lib/MC/
DMCLoggingStreamer.cpp24 MCLoggingStreamer(MCStreamer *_Child, raw_ostream &_OS) in MCLoggingStreamer() argument
25 : MCStreamer(_Child->getContext()), Child(_Child), OS(_OS) {} in MCLoggingStreamer()