Home
last modified time | relevance | path

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

/third_party/rust/crates/clang-sys/src/
Dlib.rs872 const CXType_WChar = 15, constant
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs1968 CXType_WChar => TypeKind::Int(IntKind::WChar), in build_builtin_ty()