Home
last modified time | relevance | path

Searched refs:CXTypeKind (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/clang-sys/src/
Dlib.rs856 enum CXTypeKind {
1685 pub kind: CXTypeKind,
2178 pub fn clang_getTypeKindSpelling(type_: CXTypeKind) -> CXString;
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs1114 pub fn kind(&self) -> CXTypeKind { in kind() argument
1861 pub fn type_to_str(x: CXTypeKind) -> String { in type_to_str()