ΒΆCXString clang_getCursorDisplayName(CXCursor)
CXString clang_getCursorDisplayName(CXCursor)
Description
Retrieve the display name for the entity referenced by this cursor. The display name contains extra information that helps identify the cursor, such as the parameters of a function or template or the arguments of a class template specialization.
Declared at: clang/include/clang-c/Index.h:4506