Yume
mangle.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "compiler/vals.hpp"
4
5namespace yume::mangle {
6auto mangle_name(Fn& fn) -> string;
7auto mangle_name(ty::Type ast_type, DeclLike parent) -> string;
8} // namespace yume::mangle
auto mangle_name(Fn &fn) -> string
Definition: mangle.cpp:9