Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h67 TST_union, enumerator
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h283 static const TST TST_union = clang::TST_union; variable
417 T == TST_interface || T == TST_union || in isDeclRep()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp370 case TST_union: in isDeclarationOfFunction()
567 case DeclSpec::TST_union: return "union"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp901 case TST_union: in containsUnexpandedParameterPacks()
H A DSemaDecl.cpp619 case TTK_Union: return DeclSpec::TST_union; in isTagName()
4557 case DeclSpec::TST_union: in GetDiagnosticTypeSpecifierID()
4579 DS.getTypeSpecType() == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
4817 TypeSpecType == DeclSpec::TST_union || in ParsedFreeStandingDeclSpec()
15167 case TST_union: in ParseTypedefDecl()
H A DSemaType.cpp1560 case DeclSpec::TST_union: in ConvertDeclSpecToType()
H A DSemaCodeComplete.cpp5476 case DeclSpec::TST_union: in CodeCompleteTag()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp2800 case TST_union: return ETK_Union; in getKeywordForTypeSpec()
2811 case TST_union: return TTK_Union; in getTagTypeKindForTypeSpec()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1431 TagType = DeclSpec::TST_union; in ParseClassSpecifier()
3232 TagType == DeclSpec::TST_union || in ParseCXXMemberSpecification()
H A DParser.cpp1061 case DeclSpec::TST_union: in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2628 case DeclSpec::TST_union: in ParseImplicitInt()