Searched refs:TagTy (Results 1 – 3 of 3) sorted by relevance
28 if (const TagType *TagTy = Type->getAs<TagType>()) { in getUnderlyingTypeDecl() local29 TypeDecl = TagTy->getDecl(); in getUnderlyingTypeDecl()
420 if (const TagType *TagTy = dyn_cast<TagType>(Base)) { in getFragmentsForType() local421 const TagDecl *Decl = TagTy->getDecl(); in getFragmentsForType()
1478 if (const auto *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext() local1480 TagDecl *PossiblePartialDef = TagTy->getDecl(); in getPrimaryContext()