Searched defs:ExportedClass (Results 1 – 3 of 3) sorted by relevance
12 struct __declspec(dllexport) ExportedClass { struct18 …define weak_odr dso_local dllexport i32 @"?InclassDefFuncWithStaticVariable@ExportedClass@@QEAAHXZ" argument20 …// CHECK-DAG: @"?static_variable@?1??InclassDefFuncWithStaticVariable@ExportedClass@@QEAAHXZ@4HA" … in InclassDefFuncWithStaticVariable() argument28 …static_x@?2???R<lambda_1>@?0??InclassDefFunctWithLambdaStaticVariable@ExportedClass@@QEAAHXZ@QEBA?… in InclassDefFunctWithLambdaStaticVariable() argument
96 struct __attribute__((visibility("default"))) ExportedClass { struct103 int ExportedClass::ext_method() { return inl_method(); } in ext_method() argument
910 struct __declspec(dllexport) ExportedClass { template <typename> void bar() ; }; struct