Searched defs:ScopedEnum (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/temp.inst/
H A Dp1.cpp10 namespace ScopedEnum { namespace
34 ScopedEnum1<double>::E e2 = decltype(e2)::e; // expected-note {{in instantiation of enumeration 'ScopedEnum::ScopedEnum1<double>::E' requested here}}
/external/clang/test/FixIt/
H A Dfixit-cxx0x.cpp41 namespace ScopedEnum { namespace
/external/clang/lib/Sema/
H A DSemaDecl.cpp11836 bool ScopedEnum = ScopedEnumKWLoc.isValid(); local
11889 if (UnderlyingType.isInvalid() || (!UnderlyingType.get() && ScopedEnum))
12250 if (ScopedEnum)
12267 ScopedEnum, EnumUnderlyingTy,
12460 cast_or_null<EnumDecl>(PrevDecl), ScopedEnum,

Completed in 230 milliseconds