Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.h58 void RemoveMismatchedTypes(llvm::StringRef type_scope,
/freebsd-14.2/contrib/llvm-project/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.cpp136 void TypeMap::RemoveMismatchedTypes(llvm::StringRef type_scope, in RemoveMismatchedTypes() function in TypeMap