Searched refs:TST_enum (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 79 TST_enum, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 300 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 D | DeclSpec.cpp | 362 case TST_enum: in isDeclarationOfFunction() 582 case DeclSpec::TST_enum: return "enum"; in getSpecifierName()
|
| H A D | SemaTemplateVariadic.cpp | 910 case TST_enum: in containsUnexpandedParameterPacks()
|
| H A D | SemaDecl.cpp | 708 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 D | SemaType.cpp | 1587 case DeclSpec::TST_enum: in ConvertDeclSpecToType()
|
| H A D | SemaCodeComplete.cpp | 5884 case DeclSpec::TST_enum: in CodeCompleteTag()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2886 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 D | Parser.cpp | 1169 case DeclSpec::TST_enum: in ParseDeclOrFunctionDefInternal()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 3062 case TST_enum: in getKeywordForTypeSpec() 3078 case TST_enum: in getTagTypeKindForTypeSpec()
|