Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp7157 clang::CXXConstructorDecl *cxx_ctor_decl(nullptr); in AddMethodToCXXRecordType() local
7177 cxx_ctor_decl = clang::CXXConstructorDecl::Create( in AddMethodToCXXRecordType()
7186 cxx_method_decl = cxx_ctor_decl; in AddMethodToCXXRecordType()
7273 if (cxx_ctor_decl && ((cxx_ctor_decl->isDefaultConstructor() && in AddMethodToCXXRecordType()
7275 (cxx_ctor_decl->isCopyConstructor() && in AddMethodToCXXRecordType()
7277 (cxx_ctor_decl->isMoveConstructor() && in AddMethodToCXXRecordType()
7279 cxx_ctor_decl->setDefaulted(); in AddMethodToCXXRecordType()
7280 cxx_ctor_decl->setTrivial(true); in AddMethodToCXXRecordType()