Home
last modified time | relevance | path

Searched refs:CXCursor_UnexposedAttr (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
Dcomp.rs1375 if cur.kind() == CXCursor_UnexposedAttr { in from_ty()
1381 CXCursor_UnexposedAttr => { in from_ty()
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs697 (kind == CXCursor_UnexposedAttr &&
/third_party/rust/crates/clang-sys/src/
Dlib.rs497 const CXCursor_UnexposedAttr = 400, constant