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
  224   ExpectedG.Namespace.emplace_back(EmptySID, "GlobalNamespace",
  226   ExpectedG.TagType = TagTypeKind::TTK_Struct;
  227   ExpectedG.DefLoc = Location(0, llvm::SmallString<16>{"test.cpp"});
  228   ExpectedG.IsTypeDef = true;
  229   CheckRecordInfo(&ExpectedG, G);