Node for representation of built-in types. Used for types: void, bool, char16_t, char32_t and wchar_t...
Definition: built_in_type.h:22
Storage for functions, types and names. Used for cacheing.
Definition: context.h:38
static std::shared_ptr< FloatTypeNode > create(Context &context, const std::string &typeName, const Qualifiers &quals)
Function for creating floating point types. If type the same type was already created,...
Definition: float_type.cpp:30