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

References

tools/lldb/source/Symbol/TypeList.cpp
  148             keep_match = match_type_scope == type_scope;
  166                     keep_match = true;
  176         keep_match = type_scope.empty() && type_basename == match_type_name;
  180     if (keep_match) {