Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DGeneratorTest.cpp65 Index IndexG; in TEST() local
66 IndexG.Name = "GlobalNamespace"; in TEST()
67 IndexG.RefType = InfoType::IT_namespace; in TEST()
68 ExpectedIdx.Children.emplace_back(std::move(IndexG)); in TEST()