Searched refs:RemoveMismatchedTypes (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | TypeList.h | 52 void RemoveMismatchedTypes(llvm::StringRef qualified_typename, 55 void RemoveMismatchedTypes(llvm::StringRef type_scope, 59 void RemoveMismatchedTypes(lldb::TypeClass type_class);
|
| H A D | TypeMap.h | 56 void RemoveMismatchedTypes(llvm::StringRef type_scope,
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | TypeList.cpp | 100 void TypeList::RemoveMismatchedTypes(llvm::StringRef qualified_typename, in RemoveMismatchedTypes() function in TypeList 110 return RemoveMismatchedTypes(type_scope, type_basename, type_class, in RemoveMismatchedTypes() 114 void TypeList::RemoveMismatchedTypes(llvm::StringRef type_scope, in RemoveMismatchedTypes() function in TypeList 187 void TypeList::RemoveMismatchedTypes(TypeClass type_class) { in RemoveMismatchedTypes() function in TypeList
|
| H A D | TypeMap.cpp | 130 void TypeMap::RemoveMismatchedTypes(llvm::StringRef type_scope, in RemoveMismatchedTypes() function in TypeMap
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Module.cpp | 999 typesmap.RemoveMismatchedTypes(type_scope, type_basename, type_class, in FindTypes() 1009 typesmap.RemoveMismatchedTypes(type_scope, type_basename, type_class, in FindTypes() 1015 typesmap.RemoveMismatchedTypes(type_scope, name.GetStringRef(), in FindTypes()
|