Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dsource_location.cpp322 constexpr TestClass InParam{42}; in test_class() local
327 static_assert(is_equal(InParam.info.file(), SLF::FILE), ""); in test_class()
328 static_assert(is_equal(InParam.ctor_info.file(), __FILE__), ""); in test_class()