Analyze the node that represents a inheritance.
reverseScope. scope the class reside in starting from the bottom. class A : public B {}; reverseScope is then [B, A].
canonicalUSR. The resolved USR. It is possible to inherit from for example a typedef. canonicalUSR would be the class the typedef refers.
See Implementation
Analyze the node that represents a inheritance.
reverseScope. scope the class reside in starting from the bottom. class A : public B {}; reverseScope is then [B, A].
canonicalUSR. The resolved USR. It is possible to inherit from for example a typedef. canonicalUSR would be the class the typedef refers.