Home
last modified time | relevance | path

Searched refs:ChildNamespaces (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DClangDocTest.cpp134 ASSERT_EQ(Expected->ChildNamespaces.size(), Actual->ChildNamespaces.size()); in CheckNamespaceInfo()
135 for (size_t Idx = 0; Idx < Actual->ChildNamespaces.size(); ++Idx) in CheckNamespaceInfo()
136 CheckReference(Expected->ChildNamespaces[Idx], in CheckNamespaceInfo()
137 Actual->ChildNamespaces[Idx]); in CheckNamespaceInfo()
DMergeTest.cpp21 One.ChildNamespaces.emplace_back(NonEmptySID, "ChildNamespace", in TEST()
36 Two.ChildNamespaces.emplace_back(EmptySID, "OtherChildNamespace", in TEST()
53 Expected->ChildNamespaces.emplace_back(NonEmptySID, "ChildNamespace", in TEST()
57 Expected->ChildNamespaces.emplace_back(EmptySID, "OtherChildNamespace", in TEST()
DSerializeTest.cpp552 ExpectedParentA.ChildNamespaces.emplace_back(EmptySID, "A", in TEST()
558 ExpectedParentB.ChildNamespaces.emplace_back(EmptySID, "B", in TEST()
DMDGeneratorTest.cpp29 I.ChildNamespaces.emplace_back(EmptySID, "ChildNamespace", in TEST()
DHTMLGeneratorTest.cpp46 I.ChildNamespaces.emplace_back(EmptySID, "ChildNamespace", in TEST()
DYAMLGeneratorTest.cpp31 I.ChildNamespaces.emplace_back(EmptySID, "ChildNamespace", in TEST()
DBitcodeTest.cpp60 I.ChildNamespaces.emplace_back(EmptySID, "ChildNamespace", in TEST()
/external/llvm-project/clang-tools-extra/clang-doc/
DRepresentation.cpp214 reduceChildren(ChildNamespaces, std::move(Other.ChildNamespaces)); in merge()
DMDGenerator.cpp192 if (!I.ChildNamespaces.empty()) { in genMarkdown()
194 for (const auto &R : I.ChildNamespaces) { in genMarkdown()
DHTMLGenerator.cpp735 std::vector<std::unique_ptr<TagNode>> ChildNamespaces = in genHTML() local
736 genReferencesBlock(I.ChildNamespaces, "Namespaces", BasePath); in genHTML()
737 AppendVector(std::move(ChildNamespaces), Out); in genHTML()
749 if (!I.ChildNamespaces.empty()) in genHTML()
DYAMLGenerator.cpp201 IO.mapOptional("ChildNamespaces", I.ChildNamespaces, in mapping()
DRepresentation.h297 std::vector<Reference> ChildNamespaces; member
DBitcodeWriter.cpp462 for (const auto &C : I.ChildNamespaces) in emitBlock()
DSerialize.cpp508 ParentI->ChildNamespaces.emplace_back(I->USR, I->Name, InfoType::IT_namespace, in emitInfo()
DBitcodeReader.cpp447 I->ChildNamespaces.emplace_back(std::move(R)); in addReference()