Home | History | Annotate | Download | only in SemaObjCXX

Lines Matching full:template

7 template<typename T>
12 template void throw_test(NSException *);
13 template void throw_test(int); // expected-note{{in instantiation of}}
16 template<typename T>
23 template void synchronized_test(NSException *);
24 template void synchronized_test(int); // expected-note{{in instantiation of}}
36 template<typename T> void eat(T);
38 template<typename E, typename T>
58 template void fast_enumeration_test<NSString *>(NSArray*);
59 template void fast_enumeration_test<int>(NSArray*); // expected-note{{in instantiation of}}
60 template void fast_enumeration_test<NSString *>(vector); // expected-note{{in instantiation of}}
64 template<typename T, typename U>
76 template void try_catch_finally_test<NSString *>(int);
77 template void try_catch_finally_test<NSString *>(int*); // expected-note{{in instantiation of}}
78 template void try_catch_finally_test<NSString>(int); // expected-note{{in instantiation of function template specialization 'try_catch_finally_test<NSString, int>' requested here}}