Update clang-format
This commit is contained in:
parent
c755a885bf
commit
9f18b7f4d8
89 changed files with 11377 additions and 11546 deletions
|
|
@ -11,21 +11,21 @@
|
|||
|
||||
namespace cppast
|
||||
{
|
||||
namespace detail
|
||||
{
|
||||
cxstring get_display_name(const CXCursor& cur) noexcept;
|
||||
namespace detail
|
||||
{
|
||||
cxstring get_display_name(const CXCursor& cur) noexcept;
|
||||
|
||||
cxstring get_cursor_kind_spelling(const CXCursor& cur) noexcept;
|
||||
cxstring get_cursor_kind_spelling(const CXCursor& cur) noexcept;
|
||||
|
||||
cxstring get_type_kind_spelling(const CXType& type) noexcept;
|
||||
cxstring get_type_kind_spelling(const CXType& type) noexcept;
|
||||
|
||||
void print_cursor_info(const CXCursor& cur) noexcept;
|
||||
void print_cursor_info(const CXCursor& cur) noexcept;
|
||||
|
||||
void print_type_info(const CXType& type) noexcept;
|
||||
void print_type_info(const CXType& type) noexcept;
|
||||
|
||||
void print_tokens(const CXTranslationUnit& tu, const CXFile& file,
|
||||
const CXCursor& cur) noexcept;
|
||||
}
|
||||
} // namespace cppast::detail
|
||||
void print_tokens(const CXTranslationUnit& tu, const CXFile& file,
|
||||
const CXCursor& cur) noexcept;
|
||||
} // namespace detail
|
||||
} // namespace cppast
|
||||
|
||||
#endif // CPPAST_DEBUG_HELPER_HPP_INCLUDED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue