CodeQL library for C/C++
codeql/cpp-all 0.12.8-dev (changelog, source)
Search

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)