Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DGeneratorTest.cpp58 Index IndexE; in TEST() local
59 IndexE.Name = "E"; in TEST()
62 IndexE.Children.emplace_back(std::move(IndexF)); in TEST()
63 IndexD.Children.emplace_back(std::move(IndexE)); in TEST()