Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dcomp.rs1287 if cur.kind() == CXCursor_TypedefDecl && in from_ty()
1387 CXCursor_TypedefDecl | in from_ty()
Dcontext.rs1650 clang_sys::CXCursor_TypedefDecl | in instantiate_template()
/third_party/rust/crates/clang-sys/src/
Dlib.rs232 const CXCursor_TypedefDecl = 20, constant