Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3712 TypeSourceInfo *EnumType; global() variable
3715 UsingEnumDecl(DeclContext * DC,DeclarationName DN,SourceLocation UL,SourceLocation EL,SourceLocation NL,TypeSourceInfo * EnumType) UsingEnumDecl() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3182 Create(ASTContext & C,DeclContext * DC,SourceLocation UL,SourceLocation EL,SourceLocation NL,TypeSourceInfo * EnumType) Create() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1176 QualType EnumType = S.Context.getTypeDeclType(ED); ShouldDiagnoseSwitchCaseNotInEnum() local
[all...]
H A DSemaDecl.cpp20027 CheckForDuplicateEnumValues(Sema & S,ArrayRef<Decl * > Elements,EnumDecl * Enum,QualType EnumType) CheckForDuplicateEnumValues() argument
20169 QualType EnumType = Context.getTypeDeclType(Enum); ActOnEnumBody() local
H A DSemaDeclCXX.cpp13090 BuildUsingEnumDeclaration(Scope * S,AccessSpecifier AS,SourceLocation UsingLoc,SourceLocation EnumLoc,SourceLocation NameLoc,TypeSourceInfo * EnumType,EnumDecl * ED) BuildUsingEnumDeclaration() argument