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
  166   Method.Name = "ProtectedMethod";
  167   Method.Parent = Reference(EmptySID, "E", InfoType::IT_record);
  168   Method.ReturnType = TypeInfo(EmptySID, "void", InfoType::IT_default);
  169   Method.Loc.emplace_back(0, llvm::SmallString<16>{"test.cpp"});
  170   Method.Namespace.emplace_back(EmptySID, "E", InfoType::IT_record);
  171   Method.Namespace.emplace_back(EmptySID, "GlobalNamespace",
  173   Method.Access = AccessSpecifier::AS_protected;
  174   Method.IsMethod = true;
  175   ExpectedRecordWithMethod.ChildFunctions.emplace_back(std::move(Method));