Home
last modified time | relevance | path

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

/third_party/rust/crates/clang-sys/src/
Dlib.rs862 const CXType_UChar = 5, constant
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs1965 CXType_UChar => TypeKind::Int(IntKind::UChar), in build_builtin_ty()