Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7749 clang::CXXConstructorDecl *cxx_ctor_decl(nullptr); in AddMethodToCXXRecordType() local
7771 cxx_ctor_decl = clang::CXXConstructorDecl::CreateDeserialized( in AddMethodToCXXRecordType()
7773 cxx_ctor_decl->setDeclContext(cxx_record_decl); in AddMethodToCXXRecordType()
7774 cxx_ctor_decl->setDeclName( in AddMethodToCXXRecordType()
7777 cxx_ctor_decl->setType(method_qual_type); in AddMethodToCXXRecordType()
7778 cxx_ctor_decl->setImplicit(is_artificial); in AddMethodToCXXRecordType()
7779 cxx_ctor_decl->setInlineSpecified(is_inline); in AddMethodToCXXRecordType()
7780 cxx_ctor_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7781 cxx_ctor_decl->setNumCtorInitializers(0); in AddMethodToCXXRecordType()
7782 cxx_ctor_decl->setExplicitSpecifier(explicit_spec); in AddMethodToCXXRecordType()
[all …]