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

Lines Matching refs:CXTypeKind

2915 enum CXTypeKind {
3018 enum CXTypeKind kind;
3292 * \brief Retrieve the spelling of a given CXTypeKind.
3294 CINDEX_LINKAGE CXString clang_getTypeKindSpelling(enum CXTypeKind K);