| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | DiagnosticsRendering.cpp | 33 if (auto &sloc = diag.source_location) { in Serialize() 125 if (!show_inline || !detail.source_location) { in RenderDiagnosticDetails() 129 if (detail.source_location->hidden) { in RenderDiagnosticDetails() 133 if (!detail.source_location->in_user_input) { in RenderDiagnosticDetails() 144 auto l1 = d1.source_location.value_or(DiagnosticDetail::SourceLocation{}); in RenderDiagnosticDetails() 145 auto l2 = d2.source_location.value_or(DiagnosticDetail::SourceLocation{}); in RenderDiagnosticDetails() 159 auto &loc = *detail.source_location; in RenderDiagnosticDetails() 178 return d.source_location->column != it->source_location->column; in RenderDiagnosticDetails() 196 uint16_t column = remaining_detail.source_location->column; in RenderDiagnosticDetails() 198 if (column == detail.source_location->column) in RenderDiagnosticDetails() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | source_location | 13 /* source_location synopsis 16 struct source_location { 17 static consteval source_location current() noexcept; 18 constexpr source_location() noexcept; 43 class source_location { 44 // The names source_location::__impl, _M_file_name, _M_function_name, _M_line, and _M_column 63 static consteval source_location current(__bsl_ty __ptr = __builtin_source_location()) noexcept { 64 source_location __sl; 68 _LIBCPP_HIDE_FROM_ABI constexpr source_location() noexcept = default;
|
| H A D | version | 236 __cpp_lib_source_location 201907L <source_location>
|
| H A D | module.modulemap.in | 1985 module source_location { 1986 header "source_location"
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | source_location.cppm | |
| /freebsd/usr.bin/dtc/ |
| H A D | input_buffer.cc | 415 typedef text_input_buffer::source_location source_location; typedef 435 expression(source_location l) : loc(l) {} in expression() 463 source_location loc; 490 terminal_expr(source_location l, valty v) : expression(l), val(v) {} in terminal_expr() 508 paren_expression(source_location l, expression_ptr p) : expression(l), in paren_expression() 564 unary_operator(source_location l, expression_ptr p) : in unary_operator() 635 binary_operator(source_location l, const char *) : in binary_operator() 639 binary_operator(source_location l, const char *o) : in binary_operator() 697 ternary_conditional_operator(source_location sl, in ternary_conditional_operator() 764 source_location l = location(); in parse_binary_expression() [all …]
|
| H A D | input_buffer.hh | 510 class source_location class in dtc::text_input_buffer 525 source_location(text_input_buffer &buf) in source_location() function in dtc::text_input_buffer::source_location 548 source_location location() in location()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | DiagnosticsRendering.h | 50 std::optional<SourceLocation> source_location; member
|
| /freebsd/contrib/llvm-project/libcxx/modules/ |
| H A D | std.cppm | |
| H A D | std.cppm.in | 101 #include <source_location>
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | DILParser.cpp | 39 m_detail.source_location = sloc; in DILDiagnosticError()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | __std_clang_module | 163 #include <__cxx03/source_location>
|
| H A D | version | 222 __cpp_lib_source_location 201907L <source_location>
|
| H A D | module.modulemap | 227 header "source_location"
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 287 detail.source_location = loc; in HandleDiagnostic()
|
| /freebsd/lib/libc++/ |
| H A D | module.modulemap | 1985 module source_location { 1986 header "source_location"
|
| H A D | Makefile | 227 STD_HEADERS+= source_location
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2723 SYMBOL(source_location, std::, <source_location>)
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticSemaKinds.td | 13003 …"'std::source_location::__impl' was not found; it must be defined before '__builtin_source_locatio… 13005 …"'std::source_location::__impl' must be standard-layout and have only two 'const char *' fields '_…
|