Visit enum integer-base specifiers explicitly written in the code.
This is achieved by:
- traversing the typeloc for integer-base on enum decls when they are spelled in the code (similar to base-specifiers for CXXRecordDecls).
- Visiting the typesourceinfo for integer-base in libindex, similar to base-specifiers.
we have unittests for RAV, they are in clang/unittests/Tooling/RecursiveASTVisitorTests/, but unfortunately, we don't have one for enum decl, we can create one.