Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Symbol/
DTestType.cpp25 Type::GetTypeScopeAndBasename(full_type, scope, name, type_class); in TestGetTypeScopeAndBasenameHelper()
34 TEST(Type, GetTypeScopeAndBasename) { in TEST() argument
/external/llvm-project/lldb/source/Symbol/
DTypeList.cpp105 if (!Type::GetTypeScopeAndBasename(qualified_typename, type_scope, in RemoveMismatchedTypes()
142 if (Type::GetTypeScopeAndBasename(match_type_name, match_type_scope, in RemoveMismatchedTypes()
DTypeMap.cpp135 if (!Type::GetTypeScopeAndBasename(qualified_typename, type_scope, in RemoveMismatchedTypes()
172 if (Type::GetTypeScopeAndBasename(match_type_name, match_type_scope, in RemoveMismatchedTypes()
DType.cpp667 bool Type::GetTypeScopeAndBasename(const llvm::StringRef& name, in GetTypeScopeAndBasename() function in Type
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h200 static bool GetTypeScopeAndBasename(const llvm::StringRef& name,
/external/llvm-project/lldb/source/Core/
DModule.cpp984 if (Type::GetTypeScopeAndBasename(type_name_cstr, type_scope, type_basename, in FindTypes()