<div dir="ltr">You can use Sema::LookupName to do arbitrary name lookup. If you know the expression references the enum, you might be able to navigate the AST to find it that way.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 28, 2015 at 10:00 AM, Daniel Dilts <span dir="ltr"><<a href="mailto:diltsman@gmail.com" target="_blank">diltsman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I would like to get an EnumDecl in Sema::ActOnIdExpression.  I know the name of the enumeration type.  How would I go about finding it?  I assume it is somewhere in the ASTContext, but I can't find it.</div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>