Searched refs:UnresolvedUsingType (Results 1 – 14 of 14) sorted by relevance
691 else if (auto *UUT = Node->getAs<UnresolvedUsingType>()) in matchesSpecialized()938 UnresolvedUsingType> HasDeclarationSupportedTypes;
767 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()771 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
1549 cast<UnresolvedUsingType>(Ty)->getDecl()->getIdentifier()); in mangleUnresolvedTypeOrSimpleId()2222 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
340 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
1970 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
628 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()629 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
3165 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow()
709 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
4100 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
5004 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
911 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})1125 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
645 UnresolvedUsingType> {
3331 class UnresolvedUsingType : public Type {3334 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
248 void ASTTypeWriter::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()