Home
last modified time | relevance | path

Searched refs:CXType_Unexposed (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Dty.rs801 CXType_Unexposed in from_clang_ty()
828 CXType_Unexposed | CXType_Invalid => { in from_clang_ty()
1033 if ty.kind() == CXType_Unexposed { in from_clang_ty()
Ditem.rs1549 if ty.kind() == clang_sys::CXType_Unexposed || in from_ty_with_id()
1550 location.cur_type().kind() == clang_sys::CXType_Unexposed in from_ty_with_id()
1708 if ty.kind() != clang_sys::CXType_Unexposed { in type_param()
/external/rust/crates/bindgen/src/
Dclang.rs1259 self.is_valid() && self.kind() != CXType_Unexposed in is_valid_and_exposed()
1297 self.kind() == CXType_Unexposed && in is_associated_type()
1961 c.cur_type().canonical_type().kind() == CXType_Unexposed in new()
/external/clang/tools/libclang/
DCXType.cpp62 return CXType_Unexposed; in GetBuiltinTypeKind()
97 return CXType_Unexposed; in GetTypeKind()
/external/llvm-project/clang/tools/libclang/
DCXType.cpp79 return CXType_Unexposed; in GetBuiltinTypeKind()
120 return CXType_Unexposed; in GetTypeKind()
/external/clang/include/clang-c/
DIndex.h2925 CXType_Unexposed = 1, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h3236 CXType_Unexposed = 1, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs813 const CXType_Unexposed = 1, constant