Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Parser/
H A Dcxx0x-decl.cpp180 namespace AliasDeclEndLocation { namespace
184 using B = AliasDeclEndLocation::A<int
187 using C = AliasDeclEndLocation::A<int
191 using D = AliasDeclEndLocation::A<int
195 using E = AliasDeclEndLocation::A<int>>;
197 using F = AliasDeclEndLocation::A<int GGG;