errorWithFileLocation
inline fun <AstNode> errorWithFileLocation(lang: LanguageFrontend<AstNode, *>, astNode: AstNode, log: Logger, format: String?, vararg arguments: Any?)
Logs an error with the specified file location. This is intentionally inlined, so that the Logger will use the location of the callee of this function, rather than the Util class.