Searched refs:UnresolvedUsingType (Results 1 – 15 of 15) sorted by relevance
767 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()771 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
1551 cast<UnresolvedUsingType>(Ty)->getDecl()->getIdentifier()); in mangleUnresolvedTypeOrSimpleId()2098 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
339 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
1838 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
628 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()629 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
3096 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow()
706 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
4064 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
4848 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()
883 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})1097 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
951 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})1165 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
637 UnresolvedUsingType> {
3305 class UnresolvedUsingType : public Type {3308 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
920 UnresolvedUsingType> HasDeclarationSupportedTypes;
243 void ASTTypeWriter::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()