Home | History | Annotate | Download | only in SemaTemplate

Lines Matching full:instantiation

19   f1(S()); // expected-note{{in instantiation of default function argument expression for 'f1<S>' required here}}
25 f3(S()); // expected-note{{in instantiation of default function argument expression for 'f3<S>' required here}}
44 s.f(); // expected-note{{in instantiation of default function argument expression for 'f<S>' required here}}
47 F<S> s2; // expected-note{{in instantiation of default function argument expression for 'F<S>' required here}}
77 xn.f(); // expected-note{{in instantiation of default function argument}}
99 x2n(); // expected-note{{in instantiation of default function argument}}
112 B::B() { } // expected-note {{in instantiation of default function argument expression for 'A<int *>' required he}}
117 C::C() { } // expected-note {{in instantiation of default function argument expression for 'A<int *>' required he}}
124 D::D() { } // expected-note {{in instantiation of default function argument expression for 'A<int *>' required he}}
159 vector(const allocator<T>& = allocator<T>()) {} // expected-note2 {{instantiation of}}
231 struct Y : X<int> { // expected-note{{instantiation of}}
286 B(const A<T>& a = A<T>()); // expected-note{{in instantiation of}}