Searched refs:UnresolvedUsingType (Results 1 – 21 of 21) sorted by relevance
79 def UnresolvedUsingType : TypeNode<Type>, AlwaysDependent;
314 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
219 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
355 let Class = UnresolvedUsingType in {
1080 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})1354 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
704 UnresolvedUsingType> {
4413 class UnresolvedUsingType : public Type {4418 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
764 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
6119 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()14705 else if (ThisT->getAs<UnresolvedUsingType>()) in RebuildUnresolvedUsingType()
6119 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
920 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()921 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
1102 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
1065 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()1070 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
659 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType()
1540 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
2359 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()3359 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
2808 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
391 ExpectedType VisitUnresolvedUsingType(const UnresolvedUsingType *T);1342 const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
4698 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Decl); in getUnresolvedUsingType()
1040 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) {1221 UnresolvedUsingType, ObjCIvarRefExpr>;
384 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in add()