Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Duninitialized.cpp571 template <typename T> class FooImpl : public Foo { class
574 FooImpl(const T &x) : val(x) {} in FooImpl() function in rdar10398199::FooImpl
575 ~FooImpl() { stuff(); } in ~FooImpl()
578 template <typename T> FooImpl<T> makeFoo(const T& x) { in makeFoo()
579 return FooImpl<T>(x); in makeFoo()