Several places in the codebase determine if a method is const or volatile by querying the method's type qualifiers directly, but it makes sense to centralize the (simple) logic directly in CXXMethodDecl. It's particularly useful for refactoring tools :)<div>
<br></div><div>-Sam</div>