[cfe-dev] How to tell if a CXXMethodDecl is const-qualified?
John Freeman
jfreeman at cse.tamu.edu
Mon Oct 17 12:22:16 PDT 2011
Either Method->getType().isConstQualified() isn't what I want, or I'm
building my CXXMethodDecl incorrectly. How is const-ness indicated when
building CXXMethodDecl?
- John
More information about the cfe-dev
mailing list