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

Member predicate Function :: isVirtual

Holds if this function is virtual.

Unlike isDeclaredVirtual(), isVirtual() holds even if the function is not explicitly declared with the virtual specifier.

predicate isVirtual ( )