Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport.cpp329 struct ClassWithNonImportedMethod { int f(); }; struct
339 __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()