CdmLocation.isKnown

bool isKnown() const pure nothrow @nogc @safe

Returns true if this location is known (has valid line/column).

A location is considered known if line is greater than 0.

Returns

true if the location is known, false otherwise.