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
  179   if (!type.NextIf('@'))
  184   if (type.NextIf('"')) {
  204     name = ReadQuotedString(type);
  206     if (type.HasAtLeast(1)) {
  207       switch (type.Peek()) {
  210         type.PutBack(name.length() +