Member predicate Impl::Type::getFullName
Gets the full name of this Type. For example in:
struct A {
struct B {
// ...
}
}
The name and full name of A is A. The name of B is B, but the
full name of B is A.B.
Gets the full name of this Type. For example in:
struct A {
struct B {
// ...
}
}
The name and full name of A is A. The name of B is B, but the
full name of B is A.B.