Searched refs:ClassWithNonImportedMethod (Results 1 – 1 of 1) sorted by relevance
327 struct ClassWithNonImportedMethod { int f(); }; struct337 __declspec(dllimport) inline int ReferencingNonImportedMethod(ClassWithNonImportedMethod *x) { retu… in ReferencingNonImportedMethod()339 …rt) inline int ReferencingClassMemberPtr(int (ClassWithNonImportedMethod::*p)(), ClassWithNonImpor… in ReferencingClassMemberPtr()346 void UNIQ(use)() { ReferencingClassMemberPtr(&ClassWithNonImportedMethod::f, nullptr); } in USE()