Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/ABITest/
H A DTypeGen.py59 class EnumType(Type): class
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h3632 TypeSourceInfo *EnumType; variable
3635 SourceLocation EL, SourceLocation NL, TypeSourceInfo *EnumType) in UsingEnumDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp3128 TypeSourceInfo *EnumType) { in Create()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp1168 QualType EnumType = S.Context.getTypeDeclType(ED); in ShouldDiagnoseSwitchCaseNotInEnum() local
H A DSemaDecl.cpp19410 EnumDecl *Enum, QualType EnumType) { in CheckForDuplicateEnumValues()
19552 QualType EnumType = Context.getTypeDeclType(Enum); in ActOnEnumBody() local
H A DSemaDeclCXX.cpp12651 TypeSourceInfo *EnumType, in BuildUsingEnumDeclaration()