Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
Dclass-method-lookup.m30 @interface Class1 interface
35 - (void)setWindow:(Class1 *)window;
Dwarn-selector-selection.m7 @interface Class1 interface
Dwarn-strict-selector-match.m15 @interface Class1 interface
20 - (void)setWindow:(Class1 *)window; // expected-note {{also found}}
Dproperty-typecheck-1.m70 @interface Class1 interface
/external/clang/test/PCH/
Dpr18806.cpp16 struct Class1 { struct
/external/chromium_org/v8/test/webkit/fast/js/kde/
Dobject_prototype.js50 function Class1() {} class
/external/clang/test/CodeGenCXX/
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