Home
last modified time | relevance | path

Searched defs:Class1 (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dclass-method-lookup.m30 @interface Class1 interface
35 - (void)setWindow:(Class1 *)window;
H A Dwarn-selector-selection.m7 @interface Class1 interface
H A Dwarn-strict-selector-match.m15 @interface Class1 interface
20 - (void)setWindow:(Class1 *)window; // expected-note {{also found}}
H A Dproperty-typecheck-1.m70 @interface Class1 interface
/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dpr18806.cpp16 struct Class1 { struct
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dvisibility.cpp1118 struct Class1 struct
1120 void f1() { f2(); } in f1()
1135 template class HIDDEN Class1<int>; variable
1140 struct Class1 struct
1142 void f1() { f2(); } in f1()
1143 inline void f2() {} in f2()
1154 template class HIDDEN Class1<int>; variable