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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp708 QualType EnumType = S.Context.getTypeDeclType(ED); local
H A DSemaDecl.cpp14368 QualType EnumType = Context.getTypeDeclType(Enum); local
14226 CheckForDuplicateEnumValues(Sema &S, ArrayRef<Decl *> Elements, EnumDecl *Enum, QualType EnumType) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3570 class EnumType : public TagType { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3571 explicit EnumType(const EnumDecl *D) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType

Completed in 213 milliseconds