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.h292 static const TST TST_union = clang::TST_union; variable
415 T == TST_interface || T == TST_union || in isDeclRep()
/external/clang/lib/Sema/
DDeclSpec.cpp307 case TST_union: in isDeclarationOfFunction()
466 case DeclSpec::TST_union: return "union"; in getSpecifierName()
DSemaTemplateVariadic.cpp735 case TST_union: in containsUnexpandedParameterPacks()
DSemaDecl.cpp517 case TTK_Union: return DeclSpec::TST_union; in isTagName()
3540 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
3580 DS.getTypeSpecType() == DeclSpec::TST_union ? 3 : 4); in ParsedFreeStandingDeclSpec()
3610 DS.getTypeSpecType() == DeclSpec::TST_union ? 3 : 4) in ParsedFreeStandingDeclSpec()
3757 TypeSpecType == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
3765 TypeSpecType == DeclSpec::TST_union ? 2 : in ParsedFreeStandingDeclSpec()
11038 case TST_union: in ParseTypedefDecl()
DSemaType.cpp889 case DeclSpec::TST_union: in ConvertDeclSpecToType()
DSemaCodeComplete.cpp3706 case DeclSpec::TST_union: in CodeCompleteTag()
/external/clang/lib/AST/
DType.cpp1370 case TST_union: return ETK_Union; in getKeywordForTypeSpec()
1381 case TST_union: return TTK_Union; in getTagTypeKindForTypeSpec()
/external/clang/lib/Parse/
DParseDeclCXX.cpp1205 TagType = DeclSpec::TST_union; in ParseClassSpecifier()
2760 TagType == DeclSpec::TST_union || in ParseCXXMemberSpecification()
DParseDecl.cpp2203 case DeclSpec::TST_union: in ParseImplicitInt()