Searched refs:CXTypeKind (Results 1 – 2 of 2) sorted by relevance
856 enum CXTypeKind {1685 pub kind: CXTypeKind,2178 pub fn clang_getTypeKindSpelling(type_: CXTypeKind) -> CXString;
1114 pub fn kind(&self) -> CXTypeKind { in kind() argument1861 pub fn type_to_str(x: CXTypeKind) -> String { in type_to_str()