Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeList.cpp112 if (!Type::GetTypeScopeAndBasename(qualified_typename, type_scope, in RemoveMismatchedTypes()
148 if (Type::GetTypeScopeAndBasename(match_type_name, match_type_scope, in RemoveMismatchedTypes()
H A DTypeMap.cpp155 if (!Type::GetTypeScopeAndBasename(qualified_typename, type_scope, in RemoveMismatchedTypes()
191 if (Type::GetTypeScopeAndBasename(match_type_name, match_type_scope, in RemoveMismatchedTypes()
H A DType.cpp618 bool Type::GetTypeScopeAndBasename(const llvm::StringRef& name, in GetTypeScopeAndBasename() function in Type
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h199 static bool GetTypeScopeAndBasename(const llvm::StringRef& name,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp999 if (Type::GetTypeScopeAndBasename(type_name_cstr, type_scope, type_basename, in FindTypes()