Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h53 TST_union, enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h267 static const TST TST_union = clang::TST_union; variable
382 T == TST_interface || T == TST_union || in isDeclRep()
/external/clang/lib/Sema/
DDeclSpec.cpp274 case TST_union: in isDeclarationOfFunction()
402 case DeclSpec::TST_union: return "union"; in getSpecifierName()
DSemaTemplateVariadic.cpp728 case TST_union: in containsUnexpandedParameterPacks()
DSemaDecl.cpp365 case TTK_Union: return DeclSpec::TST_union; in isTagName()
2612 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
2651 DS.getTypeSpecType() == DeclSpec::TST_union ? 3 : 4); in ParsedFreeStandingDeclSpec()
2773 TypeSpecType == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
2782 TypeSpecType == DeclSpec::TST_union ? 2 : in ParsedFreeStandingDeclSpec()
8142 case TST_union: in ParseTypedefDecl()
DSemaType.cpp755 case DeclSpec::TST_union: in ConvertDeclSpecToType()
DSemaCodeComplete.cpp3598 case DeclSpec::TST_union: in CodeCompleteTag()
/external/clang/lib/AST/
DType.cpp1325 case TST_union: return ETK_Union; in getKeywordForTypeSpec()
1336 case TST_union: return TTK_Union; in getTagTypeKindForTypeSpec()
/external/clang/lib/Parse/
DParseDeclCXX.cpp1043 TagType = DeclSpec::TST_union; in ParseClassSpecifier()
2244 TagType == DeclSpec::TST_union || in ParseCXXMemberSpecification()
DParseDecl.cpp1874 case DeclSpec::TST_union: in ParseImplicitInt()
2931 Diag(Tok, diag::ext_empty_struct_union) << (TagType == TST_union); in ParseStructUnionBody()
2932 Diag(Tok, diag::warn_empty_struct_union_compat) << (TagType == TST_union); in ParseStructUnionBody()