<div dir="ltr">Hi,<div><br></div><div>I'm trying to call TypeSystemClang::AddMethodToCXXRecordType in PdbAstBuilder::GetOrCreateFunctionDecl to create a function decl in the case when the function is inside a record. It requires the record's type as the first argument. So, I think I need to get its TypeIndex first. I tried to do the following, but it fails to find the parent's TypeIndex. type_id.index is the member function's TypeIndex.</div><div><font face="monospace">auto iter = m_parent_types.find(type_id.index);</font><br></div><div><font face="monospace"><br></font></div><div><font face="arial, sans-serif">Am I using m_parent_types incorrectly? Or is there any other ways to get the class/structure's TypeIndex?</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Zequan</font></div></div>