Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h79 TST_enum, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h300 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 DDeclSpec.cpp359 case TST_enum: in isDeclarationOfFunction()
583 case DeclSpec::TST_enum: return "enum"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp1047 case TST_enum: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp673 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 DSemaType.cpp1194 case DeclSpec::TST_enum: in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp6063 case DeclSpec::TST_enum: in CodeCompleteTag()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2877 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 DParser.cpp1112 case DeclSpec::TST_enum: in ParseDeclOrFunctionDefInternal()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3237 case TST_enum: in getKeywordForTypeSpec()
3252 case TST_enum: in getTagTypeKindForTypeSpec()