Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3726 TypeSourceInfo *EnumType; variable
3729 SourceLocation EL, SourceLocation NL, TypeSourceInfo *EnumType) in UsingEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3213 TypeSourceInfo *EnumType) { in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1199 QualType EnumType = S.Context.getTypeDeclType(ED); in ShouldDiagnoseSwitchCaseNotInEnum() local
H A DSemaDecl.cpp19696 EnumDecl *Enum, QualType EnumType) { in CheckForDuplicateEnumValues()
19838 QualType EnumType = Context.getTypeDeclType(Enum); in ActOnEnumBody() local
H A DSemaDeclCXX.cpp12969 TypeSourceInfo *EnumType, in BuildUsingEnumDeclaration() argument