I used clang.cindex library to parse C++ source code.
Using get_children() function, I tried to print all parsed lines.
get_children()
This is my Py