Home | History | Annotate | Download | only in Sema

Lines Matching refs:TagType

114       if (const TagType *TT = TD->getUnderlyingType()->getAs<TagType>()) {
7174 if (isa<TagType>(LHSType) && isa<TagType>(RHSType)) {