clang API Documentation
#include <Index.h>

Public Attributes | |
| void * | data |
| unsigned | private_flags |
A character string.
The CXString type is used to return strings from the interface when the ownership of that string might different from one call to the next. Use clang_getCString() to retrieve the string data and, once finished with the string data, call clang_disposeString() to free the string.
| void* CXString::data |
| unsigned CXString::private_flags |