Home
last modified time | relevance | path

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

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