Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h57 TST_union, enumerator
/external/clang/include/clang/Sema/
DDeclSpec.h288 static const TST TST_union = clang::TST_union; variable
407 T == TST_interface || T == TST_union || in isDeclRep()
/external/clang/lib/Sema/
DDeclSpec.cpp299 case TST_union: in isDeclarationOfFunction()
463 case DeclSpec::TST_union: return "union"; in getSpecifierName()
DSemaTemplateVariadic.cpp735 case TST_union: in containsUnexpandedParameterPacks()
DSemaDecl.cpp516 case TTK_Union: return DeclSpec::TST_union; in isTagName()
3696 case DeclSpec::TST_union: in GetDiagnosticTypeSpecifierID()
3717 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
3940 TypeSpecType == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
11556 case TST_union: in ParseTypedefDecl()
DSemaType.cpp1358 case DeclSpec::TST_union: in ConvertDeclSpecToType()
DSemaCodeComplete.cpp3768 case DeclSpec::TST_union: in CodeCompleteTag()
/external/clang/lib/Parse/
DParseDeclCXX.cpp1213 TagType = DeclSpec::TST_union; in ParseClassSpecifier()
2928 TagType == DeclSpec::TST_union || in ParseCXXMemberSpecification()
DParseDecl.cpp2267 case DeclSpec::TST_union: in ParseImplicitInt()
/external/clang/lib/AST/
DType.cpp2379 case TST_union: return ETK_Union; in getKeywordForTypeSpec()
2390 case TST_union: return TTK_Union; in getTagTypeKindForTypeSpec()