Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dmangle-ms-template-callback.cpp75 template <void (&Fn)()> void WrapFnRef() { Fn(); } in WrapFnRef() function
82 WrapFnRef<VoidFn>(); in CallWrapper()
84 WrapFnRef<Thing::VoidStaticMethod>(); in CallWrapper()