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>();
204 const TagType *tagType = type->getAs<TagType>();
205 if (tagType && tagType->isBeingDefined())
222 const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType);
823 if (!T->isDependentType() && !T->getAs<TagType>()) {
925 if (!T->isDependentType() && !T->getAs<TagType>()) {