Home | Sort by relevance Sort by last modified time |
/external/clang/test/SemaTemplate/ | |
local-member-templates.cpp | 9 template <class V> int inner_mem(T t, U u, V v) { function in struct:nested_local_templates_1::Outer::Inner 20 i.inner_mem(t, u, 3.14); 32 int inner_mem(T t, U u, V v) { //expected-note{{candidate function}} function in struct:nested_local_templates_1::Inner 41 i.inner_mem(t, U{}, i); 42 i.inner_mem(t, u, 3.14); //expected-error{{no matching member function for call to 'inner}} |