Add cpp_member_variable and cpp_bitfield

This commit is contained in:
Jonathan Müller 2017-01-24 20:47:50 +01:00
commit d2b5a79ba2
5 changed files with 108 additions and 0 deletions

View file

@ -31,6 +31,8 @@ namespace cppast
base_class_t,
variable_t,
member_variable_t,
bitfield_t,
function_parameter_t,
function_t,