Lines Matching refs:instantiation
14 // Test instantiation of value-dependent ObjCIvarRefExpr,
27 template void f<6, Class>(int, int); // expected-note{{in instantiation of}}
28 template void f<7, Class>(int*, int); // expected-note{{in instantiation of}}
29 template void f<8, Class>(int, double*); // expected-note{{in instantiation of}}
30 template void f<9, int>(int, int); // expected-note{{in instantiation of}}
32 // Test instantiation of unresolved member reference expressions to an
41 template void f2(A*, int*, int); // expected-note{{instantiation of}}
42 template void f2(A*, int, double*); // expected-note{{instantiation of}}
44 // Test instantiation of unresolved member referfence expressions to
52 template void f3<Class>(id); // expected-note{{in instantiation of}}
53 template void f3<int>(id); // expected-note{{instantiation of}}
67 template void f4(B*, int*); // expected-note{{in instantiation of function template specialization …
75 template void f5(B*, int*); // expected-note{{in instantiation of function template specialization …