Searched refs:TST_enum (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 66 TST_enum, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 292 static const TST TST_enum = clang::TST_enum; variable 418 return (T == TST_enum || T == TST_struct || in isDeclRep()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 349 case TST_enum: in isDeclarationOfFunction() 544 case DeclSpec::TST_enum: return "enum"; in getSpecifierName()
|
| H A D | SemaTemplateVariadic.cpp | 857 case TST_enum: in containsUnexpandedParameterPacks()
|
| H A D | SemaDecl.cpp | 617 case TTK_Enum: return DeclSpec::TST_enum; in isTagName() 4198 case DeclSpec::TST_enum: in GetDiagnosticTypeSpecifierID() 4219 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec() 4450 TypeSpecType == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec() 13709 case TST_enum: in ParseTypedefDecl()
|
| H A D | SemaType.cpp | 1475 case DeclSpec::TST_enum: in ConvertDeclSpecToType()
|
| H A D | SemaCodeComplete.cpp | 4381 case DeclSpec::TST_enum: in CodeCompleteTag()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2541 case DeclSpec::TST_enum: in ParseImplicitInt() 4127 Actions.CodeCompleteTag(getCurScope(), DeclSpec::TST_enum); in ParseEnumSpecifier() 4394 getCurScope(), DeclSpec::TST_enum, TUK, StartLoc, SS, Name, NameLoc, in ParseEnumSpecifier() 4409 if (DS.SetTypeSpecType(DeclSpec::TST_enum, StartLoc, in ParseEnumSpecifier() 4427 getCurScope(), DeclSpec::TST_enum, TUK, SS, Name, StartLoc, NameLoc); in ParseEnumSpecifier() 4464 if (DS.SetTypeSpecType(DeclSpec::TST_enum, StartLoc, in ParseEnumSpecifier()
|
| H A D | Parser.cpp | 946 case DeclSpec::TST_enum: in ParseDeclOrFunctionDefInternal()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Type.cpp | 2522 case TST_enum: return ETK_Enum; in getKeywordForTypeSpec() 2533 case TST_enum: return TTK_Enum; in getTagTypeKindForTypeSpec()
|