clang 20.0.0git
|
Functions | |
CINDEX_LINKAGE CXString | clang_Cursor_getMangling (CXCursor) |
Retrieve the CXString representing the mangled name of the cursor. | |
CINDEX_LINKAGE CXStringSet * | clang_Cursor_getCXXManglings (CXCursor) |
Retrieve the CXStrings representing the mangled symbols of the C++ constructor or destructor at the cursor. | |
CINDEX_LINKAGE CXStringSet * | clang_Cursor_getObjCManglings (CXCursor) |
Retrieve the CXStrings representing the mangled symbols of the ObjC class interface or implementation at the cursor. | |
CINDEX_LINKAGE CXStringSet * clang_Cursor_getCXXManglings | ( | CXCursor | ) |
Retrieve the CXStrings representing the mangled symbols of the C++ constructor or destructor at the cursor.
CINDEX_LINKAGE CXString clang_Cursor_getMangling | ( | CXCursor | ) |
Retrieve the CXString representing the mangled name of the cursor.
CINDEX_LINKAGE CXStringSet * clang_Cursor_getObjCManglings | ( | CXCursor | ) |
Retrieve the CXStrings representing the mangled symbols of the ObjC class interface or implementation at the cursor.