[cfe-dev] renaming a Type
John McCall
rjmccall at apple.com
Fri Aug 27 10:03:51 PDT 2010
On Aug 27, 2010, at 4:40 AM, Vladimir Kirillov wrote:
> I took a brief look into the IdentifierInfo and TypePrinter,
> but the IdentifierInfo::getNameStart() method uses some weird
> identifier lookups, so i'm asking for help here.
The ASTContext has a reference to the IdentifierTable, which has
IdentifierTable::get(...). I think that's what you're looking for.
John.
More information about the cfe-dev
mailing list