clearOrigin method

void clearOrigin()

Sets the origin statement to none

Implementation

void clearOrigin() {
  origin = OriginStatement.none;
}