Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp91 if (std::optional<llvm::StringRef> maybe_elem_string = in CreateFromStructuredData() local
93 data_up->user_source.AppendString(*maybe_elem_string); in CreateFromStructuredData()