summaryrefslogtreecommitdiff
path: root/gcc/name-types.h
blob: b127bef17acdb711f6f955b7cf7e36d9f08604da (plain)
1
2
3
4
5
6
7
#pragma once

#include "tree.h"
#include <string>

const std::string type_to_string(const_tree type, const unsigned field_offset=0, const bool add_prelude=true);
const std::string get_type_identifier(const_tree type);