clang 19.0.0git
Classes | Functions
CXString.h File Reference
#include "clang-c/ExternC.h"
#include "clang-c/Platform.h"

Go to the source code of this file.

Classes

struct  CXString
 A character string. More...
 
struct  CXStringSet
 

Functions

CINDEX_LINKAGE const char * clang_getCString (CXString string)
 Retrieve the character data associated with the given string.
 
CINDEX_LINKAGE void clang_disposeString (CXString string)
 Free the given string.
 
CINDEX_LINKAGE void clang_disposeStringSet (CXStringSet *set)
 Free the given string set.