Searched refs:FromUT (Results 1 – 1 of 1) sorted by relevance
2725 QualType FromUT = D->getUnderlyingType(); in VisitTypedefNameDecl() local2727 if (Importer.IsStructurallyEquivalent(FromUT, FoundUT)) { in VisitTypedefNameDecl()2737 if (!FromUT.isNull() && !FoundUT.isNull()) { in VisitTypedefNameDecl()2738 RecordDecl *FromR = FromUT->getAsRecordDecl(); in VisitTypedefNameDecl()2746 if (!FromUT->isIncompleteType() && !FoundUT->isIncompleteType()) in VisitTypedefNameDecl()