<div dir="ltr">Hello,<br><br>I am using Clang to develop some extensions on C99. I want to do some transformations to Clang generated AST. So far I did some changes related to declarations. Now I want to do some semantic checking on tokens i am introducing in the middle of compilation process. Following function does exactly what I want to do;<br><br>ParsedType Sema::getTypeName(const IdentifierInfo &II, SourceLocation NameLoc, ....)<br><br>In SemaDecl.cpp (L201).<br><br>But inorder to call above function I need to craft a IdentifierInfo object from a string. What is the best way to create IdentifierInfo object without  querying IdentifierTable ?<br><br>Appreciate your help on this.<br><br>Thank you<br>Regards<br>-Thejaka<div>







</div></div>