Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dtemp_arg_enum_printing.cpp3 namespace NamedEnumNS namespace
17 NamedEnumNS::foo<Val0>(); in test()
19 NamedEnumNS::foo<(NamedEnum)1>(); in test()
21 NamedEnumNS::foo<(NamedEnum)2>(); in test()