Home | History | Annotate | Download | only in Sema

Lines Matching refs:tagType

63     if (const TagType *Tag = T->getAs<TagType>())
151 const TagType *Tag = NNS->getAsType()->getAs<TagType>();
222 const TagType *tagType = type->getAs<TagType>();
223 if (tagType && tagType->isBeingDefined())
240 const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType);
720 if (!T->isDependentType() && !T->getAs<TagType>()) {
822 if (!T->isDependentType() && !T->getAs<TagType>()) {