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

/external/clang/include/clang/Basic/
H A DSpecifiers.h53 TST_union, enumerator in enum:clang::TypeSpecifierType
/external/clang/lib/Sema/
H A DDeclSpec.cpp283 case TST_union:
441 case DeclSpec::TST_union: return "union";
H A DSemaTemplateVariadic.cpp726 case TST_union:
H A DSemaDecl.cpp460 /// TST_union, TST_struct, TST_interface, TST_class). This is used to diagnose
472 case TTK_Union: return DeclSpec::TST_union;
3320 DS.getTypeSpecType() == DeclSpec::TST_union ||
3360 DS.getTypeSpecType() == DeclSpec::TST_union ? 3 : 4);
3390 DS.getTypeSpecType() == DeclSpec::TST_union ? 3 : 4)
3518 TypeSpecType == DeclSpec::TST_union ||
3526 TypeSpecType == DeclSpec::TST_union ? 2 :
10503 case TST_union:
H A DSemaType.cpp885 case DeclSpec::TST_union:
H A DSemaCodeComplete.cpp3659 case DeclSpec::TST_union:
/external/clang/include/clang/Sema/
H A DDeclSpec.h275 static const TST TST_union = clang::TST_union; member in class:clang::DeclSpec
398 T == TST_interface || T == TST_union ||
/external/clang/lib/AST/
H A DType.cpp1373 case TST_union: return ETK_Union;
1384 case TST_union: return TTK_Union;
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1180 TagType = DeclSpec::TST_union;
2506 TagType == DeclSpec::TST_union ||
H A DParseDecl.cpp2078 case DeclSpec::TST_union:

Completed in 160 milliseconds