|
clang 22.0.0git
|
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. | |
| CINDEX_LINKAGE void clang_disposeString | ( | CXString | string | ) |
Free the given string.
References CINDEX_LINKAGE.
| CINDEX_LINKAGE void clang_disposeStringSet | ( | CXStringSet * | set | ) |
Free the given string set.
References CINDEX_LINKAGE, and LLVM_CLANG_C_EXTERN_C_END.
| CINDEX_LINKAGE const char * clang_getCString | ( | CXString | string | ) |
Retrieve the character data associated with the given string.
The returned data is a reference and not owned by the user. This data is only valid while the CXString is valid. This function is similar to std::string::c_str().
References CINDEX_LINKAGE.