Home
last modified time | relevance | path

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

/llvm-project/clang/test/Index/Core/
H A Dindex-dependent-source.cpp178 struct UsingB : public UsingA<T> { struct
198 struct UsingC : public UsingB<T> {
202 typename UsingB<T>::TypeB value1; in test()
205 typename UsingB<T>::Type value2; in test()
208 UsingB<T>::func(); in test()