Parse cpp_variable
This commit is contained in:
parent
76f4136c86
commit
51bdbca81d
12 changed files with 281 additions and 58 deletions
|
|
@ -32,7 +32,7 @@ namespace
|
|||
cpp_class::builder make_class_builder(const CXCursor& cur)
|
||||
{
|
||||
auto kind = parse_class_kind(cur);
|
||||
auto name = detail::cxstring(clang_getCursorSpelling(cur));
|
||||
auto name = detail::get_cursor_name(cur);
|
||||
return cpp_class::builder(name.c_str(), kind);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue