Searched refs:TagTy (Results 1 – 3 of 3) sorted by relevance
27 if (const TagType *TagTy = Type->getAs<TagType>()) { in getUnderlyingTypeDecl() local28 TypeDecl = TagTy->getDecl(); in getUnderlyingTypeDecl()
268 if (const TagType *TagTy = dyn_cast<TagType>(Base)) { in getFragmentsForType() local269 const TagDecl *Decl = TagTy->getDecl(); in getFragmentsForType()
1323 if (const auto *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext() local1325 TagDecl *PossiblePartialDef = TagTy->getDecl(); in getPrimaryContext()