Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7418 clang::CXXConstructorDecl *cxx_ctor_decl(nullptr); in AddMethodToCXXRecordType() local
7440 cxx_ctor_decl = clang::CXXConstructorDecl::CreateDeserialized( in AddMethodToCXXRecordType()
7442 cxx_ctor_decl->setDeclContext(cxx_record_decl); in AddMethodToCXXRecordType()
7443 cxx_ctor_decl->setDeclName( in AddMethodToCXXRecordType()
7446 cxx_ctor_decl->setType(method_qual_type); in AddMethodToCXXRecordType()
7447 cxx_ctor_decl->setImplicit(is_artificial); in AddMethodToCXXRecordType()
7448 cxx_ctor_decl->setInlineSpecified(is_inline); in AddMethodToCXXRecordType()
7449 cxx_ctor_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7450 cxx_ctor_decl->setNumCtorInitializers(0); in AddMethodToCXXRecordType()
7451 cxx_ctor_decl->setExplicitSpecifier(explicit_spec); in AddMethodToCXXRecordType()
[all …]