Home | History | Annotate | Download | only in Sema

Lines Matching refs:TagType

57     if (const TagType *Tag = T->getAs<TagType>())
144 const TagType *Tag = NNS->getAsType()->getAs<TagType>();
201 const TagType *tagType = type->getAs<TagType>();
202 if (tagType && tagType->isBeingDefined())
218 const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType);
706 if (!T->isDependentType() && !T->getAs<TagType>()) {
807 if (!T->isDependentType() && !T->getAs<TagType>()) {