Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h80 TST_union, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h301 static const TST TST_union = clang::TST_union; variable
470 T == TST_interface || T == TST_union || in isDeclRep()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp368 case TST_union: in isDeclarationOfFunction()
585 case DeclSpec::TST_union: return "union"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp1048 case TST_union: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp669 return DeclSpec::TST_union; in isTagName()
5093 case DeclSpec::TST_union: in GetDiagnosticTypeSpecifierID()
5120 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
5344 TypeSpecType == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
17145 case TST_union: in ParseTypedefDecl()
H A DSemaType.cpp1195 case DeclSpec::TST_union: in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp6068 case DeclSpec::TST_union: in CodeCompleteTag()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1562 TagType = DeclSpec::TST_union; in ParseClassSpecifier()
3544 TagType == DeclSpec::TST_union || TagType == DeclSpec::TST_class) && in ParseCXXMemberSpecification()
H A DParser.cpp1110 case DeclSpec::TST_union: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2879 case DeclSpec::TST_union: in ParseImplicitInt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3235 case TST_union: in getKeywordForTypeSpec()
3250 case TST_union: in getTagTypeKindForTypeSpec()