Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-member-pointers.cpp24 class DerivedFunctor;
26 class DerivedFunctor class
27 : public Functor<DerivedFunctor<void>> {
77 pr37399::DerivedFunctor<int> BFunctor;
81 pr37399::DerivedFunctor<void> AFunctor;
107 BFunctor.PtrToMemberFunction = &DerivedFunctor<void>::Foo; in SingleInheritanceFnPtrCall()