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

Member predicate Class::getADerivation

Gets a class derivation of this class/struct, for example the public B in the following code:

class D : public B {
  ...
};
ClassDerivation getADerivation()