Home
last modified time | relevance | path

Searched refs:CXType_Unexposed (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
H A Dty.rs772 CXType_Unexposed in from_clang_ty()
784 // CXType_Unexposed if ty.ret_type().is_some() in from_clang_ty()
799 CXType_Unexposed | CXType_Invalid => { in from_clang_ty()
1004 if ty.kind() == CXType_Unexposed { in from_clang_ty()
H A Dvar.rs308 matches!(ty.kind(), CXType_Auto | CXType_Unexposed), in parse()
H A Ditem.rs1589 if ty.kind() == clang_sys::CXType_Unexposed ||
1590 location.cur_type().kind() == clang_sys::CXType_Unexposed
1761 if ty.kind() != clang_sys::CXType_Unexposed {
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs1408 self.is_valid() && self.kind() != CXType_Unexposed in is_valid_and_exposed()
1446 self.kind() == CXType_Unexposed && in is_associated_type()
2118 c.cur_type().canonical_type().kind() == CXType_Unexposed in new()
/third_party/rust/crates/clang-sys/src/
H A Dlib.rs858 const CXType_Unexposed = 1, consts

Completed in 14 milliseconds