================ @@ -115,6 +122,11 @@ class DWARFIndex { bool GetFullyQualifiedTypeImpl(const DWARFDeclContext &context, DWARFDIE die, llvm::function_ref<bool(DWARFDIE die)> callback); + + /// Check if the type \a die can meet the requirements of \a query. + bool + ProcessTypeDieMatchQuery(TypeQuery &query, DWARFDIE die, ---------------- kusmour wrote:
Looks like other function names use all cap for DIE ```suggestion ProcessTypeDIEMatchQuery(TypeQuery &query, DWARFDIE die, ``` https://github.com/llvm/llvm-project/pull/108907 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits