Searched refs:TagTy (Results 1 – 4 of 4) sorted by relevance
27 if (const TagType *TagTy = Type->getAs<TagType>()) { in getUnderlyingTypeDecl() local28 TypeDecl = TagTy->getDecl(); in getUnderlyingTypeDecl()
377 if (const TagType *TagTy = dyn_cast<TagType>(Base)) { in getFragmentsForType() local378 const TagDecl *Decl = TagTy->getDecl(); in getFragmentsForType()
1067 if (const TagType *TagTy = dyn_cast<TagType>(ET->desugar())) { in VisitTypedefNameDecl() local1068 if (Decl->getName() == TagTy->getDecl()->getName()) { in VisitTypedefNameDecl()1069 if (isa<RecordDecl>(TagTy->getDecl())) { in VisitTypedefNameDecl()1072 if (TagTy->getDecl()->isEnum()) { in VisitTypedefNameDecl()
1414 if (const auto *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext() local1416 TagDecl *PossiblePartialDef = TagTy->getDecl(); in getPrimaryContext()