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

Member predicate Call::hasQualifier

Holds if this call has a qualifier.

For example, ptr->f() has a qualifier, whereas plain f() does not.

predicate hasQualifier()