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

References

tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
  129   SymbolInfoMapping(IO, I);
  130   IO.mapOptional("TagType", I.TagType, clang::TagTypeKind::TTK_Struct);
  131   IO.mapOptional("Members", I.Members);
  132   IO.mapOptional("Bases", I.Bases);
  133   IO.mapOptional("Parents", I.Parents, llvm::SmallVector<Reference, 4>());
  134   IO.mapOptional("VirtualParents", I.VirtualParents,
  136   IO.mapOptional("ChildRecords", I.ChildRecords, std::vector<Reference>());
  137   IO.mapOptional("ChildFunctions", I.ChildFunctions);
  138   IO.mapOptional("ChildEnums", I.ChildEnums);