warnWithFileLocation
inline fun <AstNode> warnWithFileLocation(lang: LanguageFrontend<AstNode, *>, astNode: AstNode, log: Logger, format: String?, vararg arguments: Any?)
inline fun warnWithFileLocation(location: PhysicalLocation?, log: Logger, format: String?, vararg arguments: Any?)
Logs a warning 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.