Home | History | Annotate | Download | only in AST

Lines Matching refs:getUnderlyingType

631                                   cast<TypeOfType>(T1)->getUnderlyingType(),
632 cast<TypeOfType>(T2)->getUnderlyingType()))
638 cast<UnaryTransformType>(T1)->getUnderlyingType(),
639 cast<UnaryTransformType>(T1)->getUnderlyingType()))
1276 Typedef1->getUnderlyingType(),
1277 Typedef2->getUnderlyingType()))
1573 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType());
1586 QualType UnderlyingType = Importer.Import(T->getUnderlyingType());
1595 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType());
2181 if (Importer.IsStructurallyEquivalent(D->getUnderlyingType(),
2182 FoundTypedef->getUnderlyingType()))
2199 QualType T = Importer.Import(D->getUnderlyingType());
2262 if (const TagType *Tag = Typedef->getUnderlyingType()->getAs<TagType>())
2348 if (const TagType *Tag = Typedef->getUnderlyingType()->getAs<TagType>())