Searched refs:cxx_ctor_decl (Results 1 – 1 of 1) sorted by relevance
4654 CXXConstructorDecl *cxx_ctor_decl(NULL); in AddMethodToCXXRecordType() local4673 cxx_ctor_decl = CXXConstructorDecl::Create (*m_ast, in AddMethodToCXXRecordType()4683 cxx_method_decl = cxx_ctor_decl; in AddMethodToCXXRecordType()4783 if (cxx_ctor_decl && in AddMethodToCXXRecordType()4784 … ((cxx_ctor_decl->isDefaultConstructor() && cxx_record_decl->hasTrivialDefaultConstructor ()) || in AddMethodToCXXRecordType()4785 … (cxx_ctor_decl->isCopyConstructor() && cxx_record_decl->hasTrivialCopyConstructor ()) || in AddMethodToCXXRecordType()4786 … (cxx_ctor_decl->isMoveConstructor() && cxx_record_decl->hasTrivialMoveConstructor ()) )) in AddMethodToCXXRecordType()4788 cxx_ctor_decl->setDefaulted(); in AddMethodToCXXRecordType()4789 cxx_ctor_decl->setTrivial(true); in AddMethodToCXXRecordType()