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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h67 TST_union, enumerator in enum:clang::TypeSpecifierType
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h283 static const TST TST_union = clang::TST_union; member in class:clang::DeclSpec
417 T == TST_interface || T == TST_union ||
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp370 case TST_union:
567 case DeclSpec::TST_union: return "union";
H A DSemaTemplateVariadic.cpp901 case TST_union:
H A DSemaDecl.cpp607 /// TST_union, TST_struct, TST_interface, TST_class). This is used to diagnose
619 case TTK_Union: return DeclSpec::TST_union;
4557 case DeclSpec::TST_union:
4579 DS.getTypeSpecType() == DeclSpec::TST_union ||
4817 TypeSpecType == DeclSpec::TST_union ||
15167 case TST_union:
H A DSemaType.cpp1560 case DeclSpec::TST_union:
H A DSemaCodeComplete.cpp5476 case DeclSpec::TST_union:
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1431 TagType = DeclSpec::TST_union;
3232 TagType == DeclSpec::TST_union ||
H A DParser.cpp1061 case DeclSpec::TST_union:
H A DParseDecl.cpp2628 case DeclSpec::TST_union:
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp2800 case TST_union: return ETK_Union;
2811 case TST_union: return TTK_Union;

Completed in 482 milliseconds