aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Symbol/TypeList.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Symbol/TypeList.h')
-rw-r--r--lldb/include/lldb/Symbol/TypeList.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lldb/include/lldb/Symbol/TypeList.h b/lldb/include/lldb/Symbol/TypeList.h
index 03390858025b..403469c989f5 100644
--- a/lldb/include/lldb/Symbol/TypeList.h
+++ b/lldb/include/lldb/Symbol/TypeList.h
@@ -49,10 +49,11 @@ public:
void ForEach(std::function<bool(lldb::TypeSP &type_sp)> const &callback);
- void RemoveMismatchedTypes(const char *qualified_typename, bool exact_match);
+ void RemoveMismatchedTypes(llvm::StringRef qualified_typename,
+ bool exact_match);
- void RemoveMismatchedTypes(const std::string &type_scope,
- const std::string &type_basename,
+ void RemoveMismatchedTypes(llvm::StringRef type_scope,
+ llvm::StringRef type_basename,
lldb::TypeClass type_class, bool exact_match);
void RemoveMismatchedTypes(lldb::TypeClass type_class);