Home
last modified time | relevance | path

Searched refs:PR14695_g (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaTemplate/
Ddependent-names.cpp387 template<typename T> void PR14695_g(T t) { PR14695_f(t); } // expected-error {{call to function 'PR… in PR14695_g() function
389 template void PR14695_g(PR14695_X); // expected-note{{requested here}}