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

References

tools/clang/tools/extra/unittests/clang-doc/HTMLGeneratorTest.cpp
   43   I.Name = "Namespace";
   44   I.Namespace.emplace_back(EmptySID, "A", InfoType::IT_namespace);
   46   I.ChildNamespaces.emplace_back(EmptySID, "ChildNamespace",
   48   I.ChildRecords.emplace_back(EmptySID, "ChildStruct", InfoType::IT_record,
   50   I.ChildFunctions.emplace_back();
   51   I.ChildFunctions.back().Access = AccessSpecifier::AS_none;
   52   I.ChildFunctions.back().Name = "OneFunction";
   53   I.ChildEnums.emplace_back();
   54   I.ChildEnums.back().Name = "OneEnum";
   61   auto Err = G->generateDocForInfo(&I, Actual, CDCtx);