reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/Module.h
  423   FindTypes(ConstString type_name, bool exact_match, size_t max_matches,

References

tools/lldb/source/API/SBModule.cpp
  505     module_sp->FindTypes(name, exact_match, UINT32_MAX, searched_symbol_files,
tools/lldb/source/Commands/CommandObjectTarget.cpp
 1637     module->FindTypes(name, name_is_fully_qualified, max_num_matches,
 1682   module.FindTypes(name, name_is_fully_qualified, max_num_matches,
tools/lldb/source/Core/Module.cpp
  953   FindTypes(name, exact_match, 1, searched_symbol_files, type_list);
tools/lldb/source/Core/ModuleList.cpp
  500         search_first->FindTypes(name, name_is_fully_qualified, max_matches,
  514       (*pos)->FindTypes(name, name_is_fully_qualified, max_matches,
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  102               sc.module_sp->FindTypes(ConstString(lookup_name), exact_match, 1,
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
  124     module_sp->FindTypes(name, exact_match, max_matches, searched_symbol_files,