Searched refs:RemoveMismatchedTypes (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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,
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Module.cpp | 1013 typesmap.RemoveMismatchedTypes(type_scope, type_basename, type_class, in FindTypes() 1023 typesmap.RemoveMismatchedTypes(type_scope, type_basename, type_class, in FindTypes() 1029 typesmap.RemoveMismatchedTypes(type_scope, name.GetStringRef(), in FindTypes()
|