Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dfunction.rs35 clang_sys::CXCursor_Constructor => { in from_cursor()
394 if (kind == CXCursor_Constructor || kind == CXCursor_Destructor) && in from_ty()
408 CXCursor_Constructor | in from_ty()
445 let is_constructor = kind == CXCursor_Constructor; in from_ty()
Dcomp.rs1428 CXCursor_Constructor | CXCursor_Destructor | in from_ty()
1469 CXCursor_Constructor => { in from_ty()
/external/llvm-project/clang-tools-extra/clangd/
DQuality.cpp111 case CXCursor_Constructor: in categorize()
/external/clang/include/clang-c/
DIndex.h1613 CXCursor_Constructor = 24, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h1766 CXCursor_Constructor = 24, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs242 const CXCursor_Constructor = 24, constant
/external/clang/tools/libclang/
DCIndex.cpp4772 case CXCursor_Constructor: in clang_getCursorKindSpelling()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3043 case Decl::CXXConstructor: return CXCursor_Constructor; in getCursorKindForDecl()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp5494 case CXCursor_Constructor: in clang_getCursorKindSpelling()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3813 return CXCursor_Constructor; in getCursorKindForDecl()