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

References

tools/clang/tools/extra/unittests/clang-doc/MergeTest.cpp
  102   Two.Name = "r";
  103   Two.Namespace.emplace_back(EmptySID, "A", InfoType::IT_namespace);
  105   Two.Loc.emplace_back(12, llvm::SmallString<16>{"test.cpp"});
  107   Two.TagType = TagTypeKind::TTK_Class;
  109   Two.ChildRecords.emplace_back(NonEmptySID, "SharedChildStruct",
  111   Two.ChildFunctions.emplace_back();
  112   Two.ChildFunctions.back().Name = "TwoFunction";
  113   Two.ChildEnums.emplace_back();
  114   Two.ChildEnums.back().Name = "TwoEnum";
  118   Infos.emplace_back(std::make_unique<RecordInfo>(std::move(Two)));