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