Lines Matching refs:string
24 * \defgroup CINDEX_STRING String manipulation routines
31 * \brief A character string.
34 * the ownership of that string might differ from one call to the next.
35 * Use \c clang_getCString() to retrieve the string data and, once finished
36 * with the string data, call \c clang_disposeString() to free the string.
49 * \brief Retrieve the character data associated with the given string.
51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
54 * \brief Free the given string.
56 CINDEX_LINKAGE void clang_disposeString(CXString string);
59 * \brief Free the given string set.