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

Declarations

tools/lldb/include/lldb/Core/Module.h
  452   void FindTypesInNamespace(ConstString type_name,

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  337         i->first->FindTypesInNamespace(name, &i->second, UINT32_MAX, types);
  879       module_sp->FindTypesInNamespace(name, &namespace_decl, 1, types);