Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DSerializeTest.cpp239 NamespaceInfo ExpectedNamespaceWithEnum(EmptySID); in TEST() local
245 ExpectedNamespaceWithEnum.ChildEnums.emplace_back(std::move(E)); in TEST()
246 CheckNamespaceInfo(&ExpectedNamespaceWithEnum, NamespaceWithEnum); in TEST()