Does clang stores some sort of unique ID for type definitions? I could generate manually this id for each time I stumble upon a new QualType but I'm looking if this is already made by the library.<div><br></div><div>Another question, Is possible to verify if a QualType is of some class X? like:</div>
<div><br></div><div>QualType t;</div><div><br></div><div>if (t.isofclass<std::string>()) {</div><div>}</div><div><br></div><div><br></div><div>Victor</div>