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

Member predicate Declaration :: hasQualifiedName

DEPRECATED: Prefer hasGlobalName or the 2-argument or 3-argument hasQualifiedName predicates. To get the exact same results as this predicate in all edge cases, use getQualifiedName().

Holds if this declaration has the fully-qualified name qualifiedName. See getQualifiedName.

predicate hasQualifiedName ( string qualifiedName )