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
  132   if (union_type) {
  133     ClangASTContext::StartTagDeclarationDefinition(union_type);
  143           union_type, element.name.c_str(),
  149     ClangASTContext::CompleteTagDeclarationDefinition(union_type);
  151   return ClangUtil::GetQualType(union_type);