<div dir="ltr"><div>I am possibly renaming a class.  I would like to make sure that the new name doesn't already exist.  Given that I am generating the new name, I have it in a std::string.</div><div><br></div><div>How would I check to see if there is already something with the new name in the DeclContext?  I assume I would use DeclContext::lockup of some flavor.  Also, the new name does not specify any namespaces (no :: anywhere in it).</div>
</div>