Home
last modified time | relevance | path

Searched refs:TST_enum (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h79 TST_enum, enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h300 static const TST TST_enum = clang::TST_enum; variable
444 return (T == TST_enum || T == TST_struct || in isDeclRep()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp362 case TST_enum: in isDeclarationOfFunction()
582 case DeclSpec::TST_enum: return "enum"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp910 case TST_enum: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp708 return DeclSpec::TST_enum; in isTagName()
5121 case DeclSpec::TST_enum: in GetDiagnosticTypeSpecifierID()
5148 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()
5386 TypeSpecType == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()
16898 case TST_enum: in ParseTypedefDecl()
H A DSemaType.cpp1587 case DeclSpec::TST_enum: in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp5884 case DeclSpec::TST_enum: in CodeCompleteTag()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2886 case DeclSpec::TST_enum: in ParseImplicitInt()
4858 Actions.CodeCompleteTag(getCurScope(), DeclSpec::TST_enum); in ParseEnumSpecifier()
5157 Actions.ActOnTag(getCurScope(), DeclSpec::TST_enum, TUK, StartLoc, SS, in ParseEnumSpecifier()
5173 if (DS.SetTypeSpecType(DeclSpec::TST_enum, StartLoc, in ParseEnumSpecifier()
5191 getCurScope(), DeclSpec::TST_enum, TUK, SS, Name, StartLoc, NameLoc); in ParseEnumSpecifier()
5228 if (DS.SetTypeSpecType(DeclSpec::TST_enum, StartLoc, in ParseEnumSpecifier()
H A DParser.cpp1169 case DeclSpec::TST_enum: in ParseDeclOrFunctionDefInternal()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3062 case TST_enum: in getKeywordForTypeSpec()
3078 case TST_enum: in getTagTypeKindForTypeSpec()