Home
last modified time | relevance | path

Searched refs:CXCursor_Destructor (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
H A Dfunction.rs40 clang_sys::CXCursor_Destructor => { in from_cursor()
315 let is_destructor = cursor.kind() == clang_sys::CXCursor_Destructor; in cursor_mangling()
430 if (kind == CXCursor_Constructor || kind == CXCursor_Destructor) && in from_ty()
497 let is_destructor = kind == CXCursor_Destructor; in from_ty()
713 if cursor.kind() == CXCursor_Destructor { in parse()
H A Dcomp.rs1470 CXCursor_Constructor | CXCursor_Destructor | in from_ty()
1476 ci.has_destructor |= cur.kind() == CXCursor_Destructor; in from_ty()
1514 CXCursor_Destructor => { in from_ty()
/third_party/rust/crates/clang-sys/src/
H A Dlib.rs237 const CXCursor_Destructor = 25, consts

Completed in 9 milliseconds