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

References

tools/clang/tools/extra/unittests/clang-doc/YAMLGeneratorTest.cpp
   27   I.Name = "Namespace";
   28   I.Path = "path/to/A";
   29   I.Namespace.emplace_back(EmptySID, "A", InfoType::IT_namespace);
   31   I.ChildNamespaces.emplace_back(EmptySID, "ChildNamespace",
   33   I.ChildRecords.emplace_back(EmptySID, "ChildStruct", InfoType::IT_record,
   35   I.ChildFunctions.emplace_back();
   36   I.ChildFunctions.back().Name = "OneFunction";
   37   I.ChildFunctions.back().Access = AccessSpecifier::AS_none;
   38   I.ChildEnums.emplace_back();
   39   I.ChildEnums.back().Name = "OneEnum";
   45   auto Err = G->generateDocForInfo(&I, Actual, ClangDocContext());