[#absl-StatusOr-GetSourceLocations] = xref:absl.adoc[absl]::xref:absl/StatusOr.adoc[StatusOr]::GetSourceLocations :relfileprefix: ../../ :mrdocs: Returns the chain of source locations recorded in the status. == Synopsis Declared in `<absl/status/statusor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Span.adoc[absl::Span<absl::SourceLocation const>] GetSourceLocations() const; ---- == Return Value A span over the stored source locations. [.small]#Created with https://www.mrdocs.com[MrDocs]#