Home
last modified time | relevance | path

Searched refs:FindTypesInNamespace (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModule.h459 void FindTypesInNamespace(ConstString type_name,
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp208 item.first->FindTypesInNamespace(name, item.second, UINT32_MAX, types); in FindCompleteType()
621 module_sp->FindTypesInNamespace(name, namespace_decl, 1, types); in FindExternalVisibleDecls()
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp953 void Module::FindTypesInNamespace(ConstString type_name, in FindTypesInNamespace() function in Module