[#absl-Status-GetSourceLocations] = xref:absl.adoc[absl]::xref:absl/Status.adoc[Status]::GetSourceLocations :relfileprefix: ../../ :mrdocs: Returns the source locations attached to this status. == Synopsis Declared in `<absl/status/status.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]#