Home
last modified time | relevance | path

Searched refs:CXType_Auto (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/
Dclang.rs1174 debug_assert_eq!(self.kind(), CXType_Auto); in is_non_deductible_auto_type()
1186 CXType_Auto if self.is_non_deductible_auto_type() => -6, in clang_size_of()
1199 CXType_Auto if self.is_non_deductible_auto_type() => -6, in clang_align_of()
/third_party/rust/crates/bindgen/bindgen/ir/
Dvar.rs308 matches!(ty.kind(), CXType_Auto | CXType_Unexposed), in parse()
Dty.rs1020 CXType_Auto => { in from_clang_ty()
/third_party/rust/crates/clang-sys/src/
Dlib.rs928 const CXType_Auto = 118, constant