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

References

tools/lldb/source/Symbol/TypeList.cpp
  141       if (Type::GetTypeScopeAndBasename(match_type_name, match_type_scope,
  146           const size_t match_type_scope_size = match_type_scope.size();
  148             keep_match = match_type_scope == type_scope;
  151               const size_t type_scope_pos = match_type_scope.rfind(type_scope);
  164                   if (match_type_scope[type_scope_pos - 1] == ':' &&
  165                       match_type_scope[type_scope_pos - 2] == ':') {