Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dsource_location.cpp246 constexpr void check_fn_template_param(T) { in check_fn_template_param() function
250 template void check_fn_template_param(int);
251 template void check_fn_template_param<long, 42, 42>(long);