Home | History | Annotate | Download | only in Parse

Lines Matching defs:TUK

1470   Sema::TagUseKind TUK;
1472 TUK = Sema::TUK_Reference;
1486 TUK = Sema::TUK_Friend;
1489 TUK = Sema::TUK_Definition;
1517 TUK = Sema::TUK_Definition;
1519 TUK = Sema::TUK_Reference;
1525 TUK = DS.isFriendSpecified() ? Sema::TUK_Friend : Sema::TUK_Declaration;
1535 TUK = Sema::TUK_Reference;
1539 if (TUK != Sema::TUK_Reference) {
1563 if (TUK == Sema::TUK_Reference)
1568 TUK != Sema::TUK_Definition)) {
1578 if (TUK == Sema::TUK_Definition && Tok.is(tok::colon))
1597 TUK == Sema::TUK_Declaration) {
1619 } else if (TUK == Sema::TUK_Reference ||
1620 (TUK == Sema::TUK_Friend &&
1623 TypeResult = Actions.ActOnTagTemplateIdType(TUK, TagType, StartLoc,
1647 assert((TUK == Sema::TUK_Definition || TUK == Sema::TUK_Friend) &&
1650 if (TUK == Sema::TUK_Friend) {
1673 getCurScope(), TagType, TUK, StartLoc, DS.getModulePrivateSpecLoc(),
1681 TUK == Sema::TUK_Declaration) {
1695 } else if (TUK == Sema::TUK_Friend &&
1708 if (TUK != Sema::TUK_Declaration && TUK != Sema::TUK_Definition)
1711 if (TUK == Sema::TUK_Definition &&
1726 if (TUK != Sema::TUK_Reference && TemplateParams)
1730 handleDeclspecAlignBeforeClassKey(attrs, DS, TUK);
1733 TagOrTempResult = Actions.ActOnTag(getCurScope(), TagType, TUK, StartLoc,
1745 assert(TUK == Sema::TUK_Reference || TUK == Sema::TUK_Friend);
1746 TypeResult = Actions.ActOnDependentTag(getCurScope(), TagType, TUK,
1752 if (TUK == Sema::TUK_Definition) {
1798 if (TUK == Sema::TUK_Definition &&