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

References

tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
  447     I->ChildNamespaces.emplace_back(std::move(R));
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  462   for (const auto &C : I.ChildNamespaces)
tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  734       genReferencesBlock(I.ChildNamespaces, "Namespaces", I.Path);
  747   if (!I.ChildNamespaces.empty())
tools/clang/tools/extra/clang-doc/MDGenerator.cpp
  167   if (!I.ChildNamespaces.empty()) {
  169     for (const auto &R : I.ChildNamespaces)
tools/clang/tools/extra/clang-doc/Representation.cpp
  168   reduceChildren(ChildNamespaces, std::move(Other.ChildNamespaces));
  168   reduceChildren(ChildNamespaces, std::move(Other.ChildNamespaces));
tools/clang/tools/extra/clang-doc/Serialize.cpp
  508   ParentI->ChildNamespaces.emplace_back(I->USR, I->Name, InfoType::IT_namespace,
tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
  201     IO.mapOptional("ChildNamespaces", I.ChildNamespaces,
tools/clang/tools/extra/unittests/clang-doc/BitcodeTest.cpp
   60   I.ChildNamespaces.emplace_back(EmptySID, "ChildNamespace",
tools/clang/tools/extra/unittests/clang-doc/ClangDocTest.cpp
  134   ASSERT_EQ(Expected->ChildNamespaces.size(), Actual->ChildNamespaces.size());
  134   ASSERT_EQ(Expected->ChildNamespaces.size(), Actual->ChildNamespaces.size());
  135   for (size_t Idx = 0; Idx < Actual->ChildNamespaces.size(); ++Idx)
  136     CheckReference(Expected->ChildNamespaces[Idx],
  137                    Actual->ChildNamespaces[Idx]);
tools/clang/tools/extra/unittests/clang-doc/HTMLGeneratorTest.cpp
   46   I.ChildNamespaces.emplace_back(EmptySID, "ChildNamespace",
tools/clang/tools/extra/unittests/clang-doc/MDGeneratorTest.cpp
   29   I.ChildNamespaces.emplace_back(EmptySID, "ChildNamespace",
tools/clang/tools/extra/unittests/clang-doc/MergeTest.cpp
   21   One.ChildNamespaces.emplace_back(NonEmptySID, "ChildNamespace",
   36   Two.ChildNamespaces.emplace_back(EmptySID, "OtherChildNamespace",
   53   Expected->ChildNamespaces.emplace_back(NonEmptySID, "ChildNamespace",
   57   Expected->ChildNamespaces.emplace_back(EmptySID, "OtherChildNamespace",
tools/clang/tools/extra/unittests/clang-doc/SerializeTest.cpp
  552   ExpectedParentA.ChildNamespaces.emplace_back(EmptySID, "A",
  558   ExpectedParentB.ChildNamespaces.emplace_back(EmptySID, "B",
tools/clang/tools/extra/unittests/clang-doc/YAMLGeneratorTest.cpp
   31   I.ChildNamespaces.emplace_back(EmptySID, "ChildNamespace",