[cfe-dev] How can I check if the qualifiers of a type has a class in it?

Nikola Smiljanic popizdeh at gmail.com
Sat Jun 28 21:29:28 PDT 2014


What do you mean by 'if the qualifiers include a class name"?

Qualifiers class deals with const, volatile, etc.


On Sun, Jun 29, 2014 at 12:40 AM, Manasij Mukherjee <manasij7479 at gmail.com>
wrote:

> Hi
> I get the  qualifiers like this:
> Qualifiers q = qualifiedType.getQualifiers();
>
> How can I check whether if the qualifiers include a class name ?
>
> I can not figure out how to find this information from the Qualifiers
> interface.
>
> Types in namespaces ..single or nested.. should not trigger this check.
>
> Thanks
> Manasij Mukherjee
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140629/49001152/attachment.html>


More information about the cfe-dev mailing list