Searched refs:FindTypes_Impl (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Core/ |
D | Module.cpp | 756 Module::FindTypes_Impl (const SymbolContext& sc, in FindTypes_Impl() function in Module 781 return FindTypes_Impl(sc, type_name, namespace_decl, append, max_matches, type_list); in FindTypesInNamespace() 823 if (FindTypes_Impl(sc, type_basename_const_str, NULL, append, max_matches, types)) in FindTypes() 836 … num_matches = FindTypes_Impl(sc, ConstString(type_name_cstr), NULL, append, max_matches, types); in FindTypes() 842 num_matches = FindTypes_Impl(sc, name, NULL, append, max_matches, types); in FindTypes()
|
/external/lldb/include/lldb/Core/ |
D | Module.h | 1072 FindTypes_Impl (const SymbolContext& sc,
|