/** ** \file ast/location.hh ** \brief Definition of ast::Location. */ #pragma once #include #include namespace ast { using Location = parse::location; }