Function get_symbol_name

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.