Function get_symbol_name
Defined in File parsing.cpp
Function Documentation
- std::string anonymous_namespace{parsing.cpp}::get_symbol_name (const CXCursor &cursor)
Retrieves the spelling (name) of the symbol pointed to by the given Clang cursor.
- Parameters:
cursor – The Clang cursor.
- Returns:
The spelled-out name of the symbol.