Searched refs:UnresolvedUsingType (Results 1 – 17 of 17) sorted by relevance
281 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
1025 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})1262 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
689 UnresolvedUsingType> {
4121 class UnresolvedUsingType : public Type {4126 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
550 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()551 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
949 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()954 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
1017 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
1114 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
1982 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()2850 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
2389 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
340 ExpectedType VisitUnresolvedUsingType(const UnresolvedUsingType *T);1225 const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
3878 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow()
801 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) { in matchesSpecialized()1121 UnresolvedUsingType, ObjCIvarRefExpr>;
739 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
5479 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()12560 else if (ThisT->getAs<UnresolvedUsingType>()) in RebuildUnresolvedUsingType()
5414 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
334 void ASTTypeWriter::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()