Home | History | Annotate | Download | only in clang-c

Lines Matching refs:CXTypeKind

2781 enum CXTypeKind {
2873 enum CXTypeKind kind;
3124 * \brief Retrieve the spelling of a given CXTypeKind.
3126 CINDEX_LINKAGE CXString clang_getTypeKindSpelling(enum CXTypeKind K);