Home | History | Annotate | Download | only in SemaTemplate

Lines Matching defs:base

84   struct base {
85 base() {}
86 base(const typename T::type1 &);
87 base(const typename T::type2 &);
92 wrap<typename T::base> base;
97 wrap<typename T::base> base;
101 typedef base<types> base;
106 base<types> val = base<types>();
124 struct Base {
127 template<typename T> struct Derived : Base {