Home
last modified time | relevance | path

Searched refs:FoundUT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2726 QualType FoundUT = FoundTypedef->getUnderlyingType(); in VisitTypedefNameDecl() local
2727 if (Importer.IsStructurallyEquivalent(FromUT, FoundUT)) { in VisitTypedefNameDecl()
2737 if (!FromUT.isNull() && !FoundUT.isNull()) { in VisitTypedefNameDecl()
2739 RecordDecl *FoundR = FoundUT->getAsRecordDecl(); in VisitTypedefNameDecl()
2746 if (!FromUT->isIncompleteType() && !FoundUT->isIncompleteType()) in VisitTypedefNameDecl()