Searched refs:cxx_method_decl (Results 1 – 2 of 2) sorted by relevance
4403 if (cxx_method_decl) { in GetMemberFunctionAtIndex()7610 cxx_method_decl = cxx_dtor_decl; in AddMethodToCXXRecordType()7624 cxx_method_decl = cxx_ctor_decl; in AddMethodToCXXRecordType()7639 cxx_method_decl = in AddMethodToCXXRecordType()7642 cxx_method_decl->setDeclName( in AddMethodToCXXRecordType()7665 if (cxx_method_decl == nullptr) { in AddMethodToCXXRecordType()7666 cxx_method_decl = in AddMethodToCXXRecordType()7739 cxx_method_decl->setDefaulted(); in AddMethodToCXXRecordType()7740 cxx_method_decl->setTrivial(true); in AddMethodToCXXRecordType()7744 VerifyDecl(cxx_method_decl); in AddMethodToCXXRecordType()[all …]
1168 clang::CXXMethodDecl *cxx_method_decl = in ParseSubroutine() local1176 type_handled = cxx_method_decl != nullptr; in ParseSubroutine()1181 if (cxx_method_decl) { in ParseSubroutine()1182 LinkDeclContextToDIE(cxx_method_decl, die); in ParseSubroutine()1193 static_cast<void *>(cxx_method_decl)); in ParseSubroutine()1195 m_ast.SetMetadata(cxx_method_decl, metadata); in ParseSubroutine()