Searched refs:FoundUT (Results 1 – 1 of 1) sorted by relevance
2678 QualType FoundUT = FoundTypedef->getUnderlyingType(); in VisitTypedefNameDecl() local2679 if (Importer.IsStructurallyEquivalent(FromUT, FoundUT)) { in VisitTypedefNameDecl()2689 if (!FromUT.isNull() && !FoundUT.isNull()) { in VisitTypedefNameDecl()2691 RecordDecl *FoundR = FoundUT->getAsRecordDecl(); in VisitTypedefNameDecl()2698 if (!FromUT->isIncompleteType() && !FoundUT->isIncompleteType()) in VisitTypedefNameDecl()