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

References

tools/lldb/source/Symbol/TypeMap.cpp
  178             keep_match = match_type_scope == type_scope;
  196                     keep_match = true;
  206         keep_match = type_scope.empty() && type_basename == match_type_name;
  210     if (keep_match) {