clang 22.0.0git
Name Mangling API Functions
Collaboration diagram for Name Mangling API Functions:

Functions

CINDEX_LINKAGE CXString clang_Cursor_getMangling (CXCursor)
 Retrieve the CXString representing the mangled name of the cursor.
CINDEX_LINKAGE CXStringSetclang_Cursor_getCXXManglings (CXCursor)
 Retrieve the CXStrings representing the mangled symbols of the C++ constructor or destructor at the cursor.
CINDEX_LINKAGE CXStringSetclang_Cursor_getObjCManglings (CXCursor)
 Retrieve the CXStrings representing the mangled symbols of the ObjC class interface or implementation at the cursor.

Detailed Description

Function Documentation

◆ clang_Cursor_getCXXManglings()

CINDEX_LINKAGE CXStringSet * clang_Cursor_getCXXManglings ( CXCursor )

Retrieve the CXStrings representing the mangled symbols of the C++ constructor or destructor at the cursor.

References CINDEX_LINKAGE.

◆ clang_Cursor_getMangling()

CINDEX_LINKAGE CXString clang_Cursor_getMangling ( CXCursor )

Retrieve the CXString representing the mangled name of the cursor.

References CINDEX_LINKAGE.

◆ clang_Cursor_getObjCManglings()

CINDEX_LINKAGE CXStringSet * clang_Cursor_getObjCManglings ( CXCursor )

Retrieve the CXStrings representing the mangled symbols of the ObjC class interface or implementation at the cursor.

References CINDEX_LINKAGE.