New Issue: [Bug]: private function locations are incorrectly reported by parser

24818, "DanilaFe", "[Bug]: private function locations are incorrectly reported by parser", "2024-04-10T22:05:02Z"

This came up while developing chplcheck: add rule for bad indentation by DanilaFe · Pull Request #24735 · chapel-lang/chapel · GitHub. The 'private' keyword doesn't seem to be included in the location of the function, which causes false positives when trying to validate indentation.

If/when this is closed, consider removing the special case in chplcheck's rules.py that works around this issue.