Home
last modified time | relevance | path

Searched defs:InInit (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dsource_location.cpp542 struct InInit { struct
543 unsigned l = get_line();
544 const char *f = get_file();
545 const char *func = get_func();
548 constexpr InInit() {} in InInit() function