Searched refs:is_destructor (Results 1 – 8 of 8) sorted by relevance
262 let is_destructor = cursor.kind() == clang_sys::CXCursor_Destructor; in cursor_mangling() localVariable266 if is_destructor && !m.ends_with("D1Ev") { in cursor_mangling()279 if is_destructor { in cursor_mangling()446 let is_destructor = kind == CXCursor_Destructor; in from_ty() localVariable447 if (is_constructor || is_destructor || is_method) && in from_ty()454 if is_method || is_constructor || is_destructor { in from_ty()
57 pub fn is_destructor(&self) -> bool { in is_destructor() method
4347 bool is_destructor, in mem_fn_context_rel() argument4357 is_destructor_(is_destructor), in mem_fn_context_rel()4413 is_destructor() const in is_destructor() function4421 is_destructor(bool f) in is_destructor() function
353 void is_destructor() { function
2429 bool& is_destructor, in read_cdtor_const() argument2447 is_destructor = true; in read_cdtor_const()2449 is_destructor = false; in read_cdtor_const()
5367 return ctxt->is_destructor(); in get_member_function_is_dtor()5395 ctxt->is_destructor(d); in set_member_function_is_dtor()
2162 debug_assert!(kind.is_destructor()); in codegen()
27094 (mem_fn_context_rel::{vtable_offset, is_constructor is_destructor,