Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dmangle-ms-template-callback.cpp74 template <void (*Fn)()> void WrapFnPtr() { Fn(); } in WrapFnPtr() function
81 WrapFnPtr<VoidFn>(); in CallWrapper()
83 WrapFnPtr<Thing::VoidStaticMethod>(); in CallWrapper()