Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs37 clang_sys::CXCursor_Constructor => { in from_cursor()
430 if (kind == CXCursor_Constructor || kind == CXCursor_Destructor) && in from_ty()
444 CXCursor_Constructor | in from_ty()
496 let is_constructor = kind == CXCursor_Constructor; in from_ty()
Dcomp.rs1470 CXCursor_Constructor | CXCursor_Destructor | in from_ty()
1511 CXCursor_Constructor => { in from_ty()
/third_party/rust/crates/clang-sys/src/
Dlib.rs236 const CXCursor_Constructor = 24, constant