Home
last modified time | relevance | path

Searched refs:RemoveMismatchedTypes (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DTypeList.h52 void RemoveMismatchedTypes(llvm::StringRef qualified_typename,
55 void RemoveMismatchedTypes(llvm::StringRef type_scope,
59 void RemoveMismatchedTypes(lldb::TypeClass type_class);
H A DTypeMap.h56 void RemoveMismatchedTypes(llvm::StringRef type_scope,
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DTypeList.cpp100 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 DTypeMap.cpp130 void TypeMap::RemoveMismatchedTypes(llvm::StringRef type_scope, in RemoveMismatchedTypes() function in TypeMap
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp1013 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()