================
@@ -71,6 +71,14 @@ class DWARFIndex {
virtual void
GetTypesWithQuery(TypeQuery &query,
llvm::function_ref<bool(DWARFDIE die)> callback);
+ /// Get namespace DIEs whose base name match \param name with \param
----------------
jeffreytan81 wrote:
There is no `query` in `GetNamespacesWithParents` API. Are you reading
`GetTypesWithQuery()` API whose comment has mentioned `query` above.
https://github.com/llvm/llvm-project/pull/110062
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits