Searched refs:FoundUT (Results 1 – 1 of 1) sorted by relevance
2996 QualType FoundUT = FoundTypedef->getUnderlyingType(); in VisitTypedefNameDecl() local2997 if (Importer.IsStructurallyEquivalent(FromUT, FoundUT)) { in VisitTypedefNameDecl()3007 if (!FromUT.isNull() && !FoundUT.isNull()) { in VisitTypedefNameDecl()3009 RecordDecl *FoundR = FoundUT->getAsRecordDecl(); in VisitTypedefNameDecl()3016 if (!FromUT->isIncompleteType() && !FoundUT->isIncompleteType()) in VisitTypedefNameDecl()