Searched refs:FindTypes_Impl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Module.cpp | 945 size_t Module::FindTypes_Impl( in FindTypes_Impl() function in Module 966 FindTypes_Impl(type_name, parent_decl_ctx, append, max_matches, in FindTypesInNamespace() 1008 if (FindTypes_Impl(type_basename_const_str, nullptr, append, max_matches, in FindTypes() 1020 FindTypes_Impl(ConstString(type_basename), nullptr, append, UINT_MAX, in FindTypes() 1026 num_matches = FindTypes_Impl(name, nullptr, append, UINT_MAX, in FindTypes()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Module.h | 1174 size_t FindTypes_Impl(
|