Home
last modified time | relevance | path

Searched refs:CXType_Invalid (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
H A Dtemplate.rs233 .filter(|t| t.kind() != CXType_Invalid) in from_ty()
240 .filter(|t| t.kind() != CXType_Invalid) in from_ty()
H A Dty.rs774 canonical_ty.kind() != CXType_Invalid && in from_clang_ty()
799 CXType_Unexposed | CXType_Invalid => { in from_clang_ty()
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs1403 self.kind() != CXType_Invalid in is_valid()
2003 if kind == CXType_Invalid { in ast_dump()
/third_party/rust/crates/clang-sys/src/
H A Dlib.rs857 const CXType_Invalid = 0, consts

Completed in 13 milliseconds