================
@@ -1632,6 +1669,96 @@ DWARFASTParserClang::GetCPlusPlusQualifiedName(const
DWARFDIE &die) {
return qualified_name;
}
+bool DWARFASTParserClang::FindDefinitionDIE(const DWARFDIE &die,
+ bool &is_forward_declaration) {
----------------
labath wrote:
I'm having trouble finding where is this by-ref argument actually used in the
caller. Can we get rid of it (perhaps by moving the `IsForwardDeclaration` call
to the caller)?
https://github.com/llvm/llvm-project/pull/90663
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits