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.cpp7590 clang::CXXConstructorDecl *cxx_ctor_decl(nullptr); in AddMethodToCXXRecordType() local
7614 cxx_ctor_decl->setDeclContext(cxx_record_decl); in AddMethodToCXXRecordType()
7615 cxx_ctor_decl->setDeclName( in AddMethodToCXXRecordType()
7618 cxx_ctor_decl->setType(method_qual_type); in AddMethodToCXXRecordType()
7619 cxx_ctor_decl->setImplicit(is_artificial); in AddMethodToCXXRecordType()
7620 cxx_ctor_decl->setInlineSpecified(is_inline); in AddMethodToCXXRecordType()
7622 cxx_ctor_decl->setNumCtorInitializers(0); in AddMethodToCXXRecordType()
7624 cxx_method_decl = cxx_ctor_decl; in AddMethodToCXXRecordType()
7722 if (cxx_ctor_decl && ((cxx_ctor_decl->isDefaultConstructor() && in AddMethodToCXXRecordType()
7728 cxx_ctor_decl->setDefaulted(); in AddMethodToCXXRecordType()
[all …]