cppast/include/cppast
Tamás Szelei 2be20f60a2 Filtered visitor (#18)
New `visit()` overload taking a filter.

Closes #17.
2017-05-07 21:50:34 +02:00
..
detail Add CMake options to control assertion levels 2017-04-06 12:23:31 +02:00
code_generator.hpp Fix OSX compatibility issue 2017-04-21 12:36:01 +02:00
compile_config.hpp Add support for C++17 parsing with cpp_1z option 2017-04-25 17:30:07 +02:00
cpp_alias_template.hpp Parse template parameters and part of alias template 2017-03-23 09:10:14 +01:00
cpp_array_type.hpp Implement code generation 2017-03-29 19:51:02 +02:00
cpp_class.hpp Add semantic parent to forward declarable entities 2017-04-14 22:06:27 +02:00
cpp_class_template.hpp Parse cpp_class_template_specialization 2017-03-27 11:51:30 +02:00
cpp_decltype_type.hpp Implement code generation 2017-03-29 19:51:02 +02:00
cpp_entity.hpp Add .travis.yml 2017-04-21 10:12:06 +02:00
cpp_entity_container.hpp Remove cpp_scope 2017-01-21 22:30:51 +01:00
cpp_entity_index.hpp Add .travis.yml 2017-04-21 10:12:06 +02:00
cpp_entity_kind.hpp Add and parse cpp_static_assert 2017-04-11 20:37:24 +02:00
cpp_entity_ref.hpp Fix missing include 2017-04-12 18:19:08 +02:00
cpp_enum.hpp Add semantic parent to forward declarable entities 2017-04-14 22:06:27 +02:00
cpp_expression.hpp Implement code generation 2017-03-29 19:51:02 +02:00
cpp_file.hpp Register declarations as well 2017-03-18 11:01:27 +01:00
cpp_forward_declarable.hpp Add appveyor.yml 2017-04-21 11:18:36 +02:00
cpp_friend.hpp Skip templated and friended entities in tool 2017-04-12 15:17:30 +02:00
cpp_function.hpp Add semantic parent to forward declarable entities 2017-04-14 22:06:27 +02:00
cpp_function_template.hpp Parse cpp_function_template_specialization 2017-03-27 10:07:13 +02:00
cpp_function_type.hpp Implement code generation 2017-03-29 19:51:02 +02:00
cpp_language_linkage.hpp Parse documentation comments 2017-03-16 11:49:37 +01:00
cpp_member_function.hpp Parse cpp_function_template 2017-03-25 14:34:04 +01:00
cpp_member_variable.hpp Parse cpp_member_variable and cpp_bitfield 2017-02-25 11:17:18 +01:00
cpp_namespace.hpp Add cpp_scope_name to support templated scopes 2017-04-13 11:58:52 +02:00
cpp_preprocessor.hpp Add support for overloaded entity references 2017-03-19 16:07:54 +01:00
cpp_static_assert.hpp Add and parse cpp_static_assert 2017-04-11 20:37:24 +02:00
cpp_storage_class_specifiers.hpp Parse free functions 2017-03-11 18:08:06 +01:00
cpp_template.hpp Implement code generation 2017-03-29 19:51:02 +02:00
cpp_template_parameter.hpp Remove parameter children from e.g. cpp_function_base 2017-04-11 18:50:02 +02:00
cpp_type.hpp Implement code generation 2017-03-29 19:51:02 +02:00
cpp_type_alias.hpp Parse cpp_type_alias and simple cpp_type's 2017-02-22 22:42:20 +01:00
cpp_variable.hpp Add support for forward declarations 2017-03-11 15:36:51 +01:00
cpp_variable_base.hpp Add support for multiple namespace entities with the same name 2017-03-22 12:09:13 +01:00
cpp_variable_template.hpp Add missing static kind function 2017-03-27 11:56:08 +02:00
diagnostic.hpp Add debug logging facility 2017-04-06 12:09:29 +02:00
libclang_parser.hpp Add simple command line tool to view the AST 2017-04-10 19:58:17 +02:00
parser.hpp Add debug logging facility 2017-04-06 12:09:29 +02:00
visitor.hpp Filtered visitor (#18) 2017-05-07 21:50:34 +02:00