Home | History | Annotate | Download | only in AST

Lines Matching refs:getUnderlyingType

668                                   cast<TypeOfType>(T1)->getUnderlyingType(),
669 cast<TypeOfType>(T2)->getUnderlyingType()))
675 cast<UnaryTransformType>(T1)->getUnderlyingType(),
676 cast<UnaryTransformType>(T1)->getUnderlyingType()))
1402 Typedef1->getUnderlyingType(),
1403 Typedef2->getUnderlyingType()))
1708 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType());
1721 QualType UnderlyingType = Importer.Import(T->getUnderlyingType());
1730 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType());
2406 if (Importer.IsStructurallyEquivalent(D->getUnderlyingType(),
2407 FoundTypedef->getUnderlyingType()))
2424 QualType T = Importer.Import(D->getUnderlyingType());
2490 if (const TagType *Tag = Typedef->getUnderlyingType()->getAs<TagType>())
2579 if (const TagType *Tag = Typedef->getUnderlyingType()->getAs<TagType>())