Home
last modified time | relevance | path

Searched refs:NamedEnumNS (Results 1 – 2 of 2) 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()
/external/llvm-project/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()