#include <assert.h>#include <stdint.h>#include <stdlib.h>#include <dirent.h>#include <fstream>#include <iostream>#include <string>#include <sstream>#include "UocInfo.hxx"#include "AST.hxx"#include "Type.hxx"#include "TypeInfer.hxx"#include "inter-pass.hxx"#include "FQName.hxx"Go to the source code of this file.
Functions | |
| std::string | identTypeToString (IdentType id) |
| Produces a printable string corresponding to the values in the above enumeration. | |
| std::string identTypeToString | ( | IdentType | id | ) |
Produces a printable string corresponding to the values in the above enumeration.
Definition at line 633 of file ASTimpl.cxx.
References id_block, id_field, id_interface, id_method, id_object, id_struct, id_tcmethod, id_tvar, id_typeclass, id_ucon, id_ucon0, id_union, id_unresolved, id_value, idc_apply, idc_ctor, idc_type, idc_uctor, idc_usesel_lhs, and idc_value.
1.4.7