Searched refs:UnresolvedUsingType (Results 1 – 14 of 14) sorted by relevance
759 else if (auto *UUT = Node->getAs<UnresolvedUsingType>()) in matchesSpecialized()1014 UnresolvedUsingType> HasDeclarationSupportedTypes;
802 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()806 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
1863 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()2604 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
342 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
2029 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
683 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()684 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
3208 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow()
739 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
4138 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
5149 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
984 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})1200 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
645 UnresolvedUsingType> {
3476 class UnresolvedUsingType : public Type {3479 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
278 void ASTTypeWriter::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()