Home | History | Annotate | Download | only in SemaTemplate

Lines Matching full:void

3 void f0() {
12 template void f0<int>();
18 void Bar() {
30 void test(X x) {
41 void f() {
43 virtual void g(Y<T>* y) { }
44 void g2(int x) {(void)x;}
47 (void)z;
51 void test() { f<S>(); }
56 void foo() {
66 template void foo<Y>();