Add a python method to Cursor to access clang_getCursorReferenceNameRange
which was already included in the C function list of the python binding.
Also add required constants and a test.
This revision only changes the python binding and does not touch the
underlying C code at all.