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.h301 static const TST TST_enum = clang::TST_enum; variable
467 return (T == TST_enum || T == TST_struct || in isDeclRep()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp362 case TST_enum: in isDeclarationOfFunction()
584 case DeclSpec::TST_enum: return "enum"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp927 case TST_enum: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp656 return DeclSpec::TST_enum; in isTagName()
4985 case DeclSpec::TST_enum: in GetDiagnosticTypeSpecifierID()
5010 DS.getTypeSpecType() == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()
5231 TypeSpecType == DeclSpec::TST_enum) { in ParsedFreeStandingDeclSpec()
16677 case TST_enum: in ParseTypedefDecl()
H A DSemaType.cpp1185 case DeclSpec::TST_enum: in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp5913 case DeclSpec::TST_enum: in CodeCompleteTag()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3078 case DeclSpec::TST_enum: in ParseImplicitInt()
5241 Actions.CodeCompletion().CodeCompleteTag(getCurScope(), DeclSpec::TST_enum); in ParseEnumSpecifier()
5540 Actions.ActOnTag(getCurScope(), DeclSpec::TST_enum, TUK, StartLoc, SS, in ParseEnumSpecifier()
5556 if (DS.SetTypeSpecType(DeclSpec::TST_enum, StartLoc, in ParseEnumSpecifier()
5574 getCurScope(), DeclSpec::TST_enum, TUK, SS, Name, StartLoc, NameLoc); in ParseEnumSpecifier()
5611 if (DS.SetTypeSpecType(DeclSpec::TST_enum, StartLoc, in ParseEnumSpecifier()
H A DParser.cpp1174 case DeclSpec::TST_enum: in ParseDeclOrFunctionDefInternal()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3124 case TST_enum: in getKeywordForTypeSpec()
3140 case TST_enum: in getTagTypeKindForTypeSpec()