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

References

tools/lldb/source/Symbol/TypeMap.cpp
  171       if (Type::GetTypeScopeAndBasename(match_type_name, match_type_scope,
  176           const size_t match_type_scope_size = match_type_scope.size();
  178             keep_match = match_type_scope == type_scope;
  181               const size_t type_scope_pos = match_type_scope.rfind(type_scope);
  194                   if (match_type_scope[type_scope_pos - 1] == ':' &&
  195                       match_type_scope[type_scope_pos - 2] == ':') {