clang::FunctionTemplateDecl and constness

Hi there,

Is there any specific reason why clang::FunctionTemplateDecl::findSpecialization and clang::FunctionTemplateDecl::getInjectedTemplateArgs don’t have a const version?
Thanks.