Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A DTypeGen.py59 class EnumType(Type): class
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconv.d2592 enum EnumType : bool { a = true, b = false, c = a } enum
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1131 QualType EnumType = S.Context.getTypeDeclType(ED); in ShouldDiagnoseSwitchCaseNotInEnum() local
H A DSemaDecl.cpp17993 EnumDecl *Enum, QualType EnumType) { in CheckForDuplicateEnumValues()
18135 QualType EnumType = Context.getTypeDeclType(Enum); in ActOnEnumBody() local