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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  337         i->first->FindTypesInNamespace(name, &i->second, UINT32_MAX, types);
  339         for (uint32_t ti = 0, te = types.GetSize(); ti != te && !found; ++ti) {
  340           lldb::TypeSP type = types.GetTypeAtIndex(ti);