Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7417 clang::CXXDestructorDecl *cxx_dtor_decl(nullptr); in AddMethodToCXXRecordType() local
7428 cxx_dtor_decl = in AddMethodToCXXRecordType()
7430 cxx_dtor_decl->setDeclContext(cxx_record_decl); in AddMethodToCXXRecordType()
7431 cxx_dtor_decl->setDeclName( in AddMethodToCXXRecordType()
7434 cxx_dtor_decl->setType(method_qual_type); in AddMethodToCXXRecordType()
7435 cxx_dtor_decl->setImplicit(is_artificial); in AddMethodToCXXRecordType()
7436 cxx_dtor_decl->setInlineSpecified(is_inline); in AddMethodToCXXRecordType()
7437 cxx_dtor_decl->setConstexprKind(ConstexprSpecKind::Unspecified); in AddMethodToCXXRecordType()
7438 cxx_method_decl = cxx_dtor_decl; in AddMethodToCXXRecordType()
7553 } else if (cxx_dtor_decl) { in AddMethodToCXXRecordType()
[all …]