Member predicate Declaration :: hasQualifiedName
Holds if this declaration has a fully-qualified name with a name-space
component of namespaceQualifier
, no declaring type, and a base name of
baseName
.
See the 3-argument hasQualifiedName
for examples.
predicate
hasQualifiedName
(
string
namespaceQualifier
,
string
baseName
)