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

References

tools/clang/tools/extra/unittests/clang-doc/SerializeTest.cpp
  471   ExpectedJ.Namespace.emplace_back(EmptySID, "GlobalNamespace",
  473   ExpectedJ.Parents.emplace_back(EmptySID, /*Name=*/"I<int>",
  475   ExpectedJ.Bases.emplace_back(EmptySID, /*Name=*/"I<int>",
  478   ExpectedJ.DefLoc = Location(0, llvm::SmallString<16>{"test.cpp"});
  479   ExpectedJ.TagType = TagTypeKind::TTK_Class;
  480   CheckRecordInfo(&ExpectedJ, J);