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.h302 static const TST TST_union = clang::TST_union; variable
468 T == TST_interface || T == TST_union || in isDeclRep()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp371 case TST_union: in isDeclarationOfFunction()
586 case DeclSpec::TST_union: return "union"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp928 case TST_union: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp652 return DeclSpec::TST_union; in isTagName()
4983 case DeclSpec::TST_union: in GetDiagnosticTypeSpecifierID()
5009 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
5230 TypeSpecType == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
16680 case TST_union: in ParseTypedefDecl()
H A DSemaType.cpp1186 case DeclSpec::TST_union: in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp5918 case DeclSpec::TST_union: in CodeCompleteTag()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3122 case TST_union: in getKeywordForTypeSpec()
3138 case TST_union: in getTagTypeKindForTypeSpec()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1721 TagType = DeclSpec::TST_union; in ParseClassSpecifier()
3648 TagType == DeclSpec::TST_union || TagType == DeclSpec::TST_class) && in ParseCXXMemberSpecification()
H A DParser.cpp1172 case DeclSpec::TST_union: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp3080 case DeclSpec::TST_union: in ParseImplicitInt()