Member predicate JSDocNamedTypeExpr::hasNameParts
Holds if this name consists of the unqualified name prefix
followed by a (possibly empty) suffix.
For example:
foo.bar.Bazhas prefixfooand suffix.bar.Baz.Bazhas prefixBazand an empty suffix.
predicate hasNameParts(string prefix, string suffix)