Home
last modified time | relevance | path

Searched defs:EnumType (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/libc++/dist/libcxx/test/libcxx/type_traits/
H A Dconvert_to_integral.pass.cpp13 struct EnumType struct
15 enum type : T {E_zero, E_one};
/minix3/external/bsd/llvm/dist/clang/utils/ABITest/
H A DTypeGen.py58 class EnumType(Type): class
/minix3/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py22 class EnumType(type): class
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp705 QualType EnumType = Ctx.getTypeDeclType(ED); in ShouldDiagnoseSwitchCaseNotInEnum() local
H A DSemaDecl.cpp13425 QualType EnumType) { in CheckForDuplicateEnumValues()
13536 QualType EnumType = Context.getTypeDeclType(Enum); in ActOnEnumBody() local
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dtype-traits.cpp273 typedef Enum EnumType; typedef