Home | History | Annotate | Download | only in SemaTemplate

Lines Matching refs:mem

41   void mem();
46 // CHECK: s.mem<int>();
47 s.mem<int>();
48 // CHECK: s.template mem<int>();
49 s.template mem<int>();
77 void mem();
83 // CHECK: s.mem<U>();
84 s.mem<U>();
85 // CHECK: s.template mem<U>();
86 s.template mem<U>();