Searched refs:CXType_Void (Results 1 – 2 of 2) sorted by relevance
/third_party/rust/crates/clang-sys/src/ | ||
D | lib.rs | 859 const CXType_Void = 2, constant |
/third_party/rust/crates/bindgen/bindgen/ir/ | ||
D | context.rs | 1958 CXType_Void => TypeKind::Void, in build_builtin_ty() |