Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dbuiltin-source-location.cpp14 class source_location { class
16 static constexpr source_location current(const void *__p = __builtin_source_location()) noexcept { in current()
17 source_location __loc; in current()
21 static source_location bad_current(const void *__p = __builtin_source_location()) noexcept { in bad_current()
24 constexpr source_location() = default;
25 constexpr source_location(source_location const &) = default;
44 using SL = std::source_location;
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dsource_location_err.cpp12 struct source_location;
20 struct source_location { struct
32 struct source_location { struct
41 struct source_location { struct
55 struct source_location { struct
70 struct source_location { struct
H A Dsource_location.cpp12 class source_location { class
16 …static constexpr source_location current(const __impl *__p = __builtin_source_location()) noexcept… in current()
17 source_location __loc; in current()
21 constexpr source_location() = default;
22 constexpr source_location(source_location const &) = default;
44 using SL = std::source_location;
80 static_assert(is_same<decltype(__builtin_source_location()), const std::source_location::public_imp…
/llvm-project-15.0.7/clang/docs/
H A DDebuggingCoroutines.rst332 #include <source_location>
339 std::source_location sl = std::source_location::current()) {
345 In this case, we use `std::source_location` to store the line number of the
H A DReleaseNotes.rst538 for ``std::source_location``.
H A DLanguageExtensions.rst3459 of ``std::source_location`` as specified in C++20. With the exception
3470 const std::source_location::__impl *__builtin_source_location();
3513 data of type ``std::source_location::__impl``. This type must have already been
/llvm-project-15.0.7/libcxx/include/
H A Dversion163 __cpp_lib_source_location 201907L <source_location>
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx20Papers.csv115 "`P1208R6 <https://wg21.link/P1208R6>`__","LWG","Adopt source_location for C++20","Cologne","",""
H A DCxx20Issues.csv298 "`3396 <https://wg21.link/LWG3396>`__","Clarify point of reference for ``source_location::current()…
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td11631 …"'std::source_location::__impl' was not found; it must be defined before '__builtin_source_locatio…
11633 …"'std::source_location::__impl' must be standard-layout and have only two 'const char *' fields '_…