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

References

tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
  204     name = ReadQuotedString(type);
  210         type.PutBack(name.length() +
  212         name.clear();
  226   if (for_expression && !name.empty()) {
  227     size_t less_than_pos = name.find('<');
  233         name.erase(less_than_pos);
  240     auto types = decl_vendor->FindTypes(ConstString(name), /*max_matches*/ 1);