Searched refs:TST_enum (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 79 TST_enum, enumerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 300 static const TST TST_enum = clang::TST_enum; variable 469 return (T == TST_enum || T == TST_struct || in isDeclRep()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 359 case TST_enum: in isDeclarationOfFunction() 583 case DeclSpec::TST_enum: return "enum"; in getSpecifierName()
|
| H A D | SemaTemplateVariadic.cpp | 1047 case TST_enum: in containsUnexpandedParameterPacks()
|
| H A D | SemaDecl.cpp | 673 return DeclSpec::TST_enum; in isTagName() 5095 case DeclSpec::TST_enum: in GetDiagnosticTypeSpecifierID() 5121 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec() 5345 TypeSpecType == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec() 17142 case TST_enum: in ParseTypedefDecl()
|
| H A D | SemaType.cpp | 1194 case DeclSpec::TST_enum: in ConvertDeclSpecToType()
|
| H A D | SemaCodeComplete.cpp | 6063 case DeclSpec::TST_enum: in CodeCompleteTag()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2877 case DeclSpec::TST_enum: in ParseImplicitInt() 4977 Actions.CodeCompletion().CodeCompleteTag(getCurScope(), DeclSpec::TST_enum); in ParseEnumSpecifier() 5275 Actions.ActOnTag(getCurScope(), DeclSpec::TST_enum, TUK, StartLoc, SS, in ParseEnumSpecifier() 5291 if (DS.SetTypeSpecType(DeclSpec::TST_enum, StartLoc, in ParseEnumSpecifier() 5309 getCurScope(), DeclSpec::TST_enum, TUK, SS, Name, StartLoc, NameLoc); in ParseEnumSpecifier() 5346 if (DS.SetTypeSpecType(DeclSpec::TST_enum, StartLoc, in ParseEnumSpecifier()
|
| H A D | Parser.cpp | 1112 case DeclSpec::TST_enum: in ParseDeclOrFunctionDefInternal()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 3237 case TST_enum: in getKeywordForTypeSpec() 3252 case TST_enum: in getTagTypeKindForTypeSpec()
|