================
@@ -1082,6 +1082,19 @@ bool TypeImpl::GetDescription(lldb_private::Stream &strm,
return true;
}
+CompilerType TypeImpl::FindNestedType(ConstString name) {
----------------
Endilll wrote:
Done!
https://github.com/llvm/llvm-project/pull/68705