Home
last modified time | relevance | path

Searched refs:CXCursor_Destructor (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Dfunction.rs38 clang_sys::CXCursor_Destructor => { in from_cursor()
262 let is_destructor = cursor.kind() == clang_sys::CXCursor_Destructor; in cursor_mangling()
394 if (kind == CXCursor_Constructor || kind == CXCursor_Destructor) && in from_ty()
446 let is_destructor = kind == CXCursor_Destructor; in from_ty()
617 if cursor.kind() == CXCursor_Destructor { in parse()
Dcomp.rs1428 CXCursor_Constructor | CXCursor_Destructor | in from_ty()
1434 ci.has_destructor |= cur.kind() == CXCursor_Destructor; in from_ty()
1472 CXCursor_Destructor => { in from_ty()
/external/clang/include/clang-c/
DIndex.h1615 CXCursor_Destructor = 25, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h1768 CXCursor_Destructor = 25, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs243 const CXCursor_Destructor = 25, constant
/external/clang/tools/libclang/
DCIndex.cpp4341 if (C.kind == CXCursor_CXXMethod || C.kind == CXCursor_Destructor || in clang_Cursor_getSpellingNameRange()
4774 case CXCursor_Destructor: in clang_getCursorKindSpelling()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4805 if (C.kind == CXCursor_CXXMethod || C.kind == CXCursor_Destructor || in clang_Cursor_getSpellingNameRange()
5496 case CXCursor_Destructor: in clang_getCursorKindSpelling()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3044 case Decl::CXXDestructor: return CXCursor_Destructor; in getCursorKindForDecl()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3815 return CXCursor_Destructor; in getCursorKindForDecl()