Home
last modified time | relevance | path

Searched refs:Class2 (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/Parser/
Dcxx-decl.cpp108 class Class2 { class
111 typedef Class1<Class2> Type1; // expected-error {{cannot combine with previous 'class' declaration …
/external/clang/test/SemaObjC/
Dproperty-typecheck-1.m83 @interface Class2 { interface
89 @implementation Class2 implementation
Dclass-method-lookup.m34 @interface Class2 interface
Dwarn-strict-selector-match.m19 @interface Class2 interface
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestCallback.h45 virtual bool callbackWithClass2Param(Class2* class2Param, const String& strArg);
DJSTestCallback.cpp95 bool JSTestCallback::callbackWithClass2Param(Class2* class2Param, const String& strArg) in callbackWithClass2Param()
/external/webkit/Source/WebCore/bindings/scripts/test/V8/
DV8TestCallback.h50 virtual bool callbackWithClass2Param(Class2* class2Param, const String& strArg);
DV8TestCallback.cpp102 bool V8TestCallback::callbackWithClass2Param(Class2* class2Param, const String& strArg) in callbackWithClass2Param()
/external/clang/test/SemaCXX/
Dusing-decl-1.cpp116 class Class2 class
/external/webkit/Source/WebCore/bindings/scripts/test/
DTestCallback.idl38 boolean callbackWithClass2Param(in Class2 class2Param, in DOMString strArg);
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
DWebKitDOMTestCallback.cpp96 WebCore::Class2 * converted_class2param = NULL; in webkit_dom_test_callback_callback_with_class2param()
/external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DDOMTestCallback.mm36 #import "Class2.h"