Home | History | Annotate | Download | only in Sema

Lines Matching defs:tagType

62     if (const TagType *Tag = T->getAs<TagType>())
150 const TagType *Tag = NNS->getAsType()->getAs<TagType>();
221 const TagType *tagType = type->getAs<TagType>();
222 if (tagType && tagType->isBeingDefined())
239 if (const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType)) {
763 if (!T->isDependentType() && !T->getAs<TagType>()) {