Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h447 void FindTypesInNamespace(ConstString type_name,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp207 item.first->FindTypesInNamespace(name, item.second, UINT32_MAX, types); in FindCompleteType()
613 module_sp->FindTypesInNamespace(name, namespace_decl, 1, types); in FindExternalVisibleDecls()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp949 void Module::FindTypesInNamespace(ConstString type_name, in FindTypesInNamespace() function in Module