CodeQL library for C/C++
codeql/cpp-all 0.9.3 ( 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 )