Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h66 TST_enum, enumerator
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h282 static const TST TST_enum = clang::TST_enum; variable
416 return (T == TST_enum || T == TST_struct || in isDeclRep()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp361 case TST_enum: in isDeclarationOfFunction()
565 case DeclSpec::TST_enum: return "enum"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp900 case TST_enum: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp629 case TTK_Enum: return DeclSpec::TST_enum; in isTagName()
4622 case DeclSpec::TST_enum: in GetDiagnosticTypeSpecifierID()
4643 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()
4881 TypeSpecType == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()
15220 case TST_enum: in ParseTypedefDecl()
H A DSemaType.cpp1562 case DeclSpec::TST_enum: in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp5474 case DeclSpec::TST_enum: in CodeCompleteTag()
H A DSemaDeclCXX.cpp11634 case DeclSpec::TST_enum: in ActOnUsingEnumDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2633 case DeclSpec::TST_enum: in ParseImplicitInt()
4427 Actions.CodeCompleteTag(getCurScope(), DeclSpec::TST_enum); in ParseEnumSpecifier()
4716 getCurScope(), DeclSpec::TST_enum, TUK, StartLoc, SS, Name, NameLoc, in ParseEnumSpecifier()
4731 if (DS.SetTypeSpecType(DeclSpec::TST_enum, StartLoc, in ParseEnumSpecifier()
4749 getCurScope(), DeclSpec::TST_enum, TUK, SS, Name, StartLoc, NameLoc); in ParseEnumSpecifier()
4786 if (DS.SetTypeSpecType(DeclSpec::TST_enum, StartLoc, in ParseEnumSpecifier()
H A DParser.cpp1066 case DeclSpec::TST_enum: in ParseDeclOrFunctionDefInternal()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2804 case TST_enum: return ETK_Enum; in getKeywordForTypeSpec()
2815 case TST_enum: return TTK_Enum; in getTagTypeKindForTypeSpec()