Skip to content
Commit a3c8f042 authored by Enrico Granata's avatar Enrico Granata
Browse files

Add an accessor to ValueObject that determines if the object represents a base...

Add an accessor to ValueObject that determines if the object represents a base class, and also returns the depth of base-class-ness. For instance if one has class C : public B {} class B : public A {}, the value for A nested in B nested in C would be a base class of depth 2

llvm-svn: 216032
parent 3f3d7acb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment