Searched refs:UnresolvedUsingType (Results 1 – 20 of 20) sorted by relevance
78 def UnresolvedUsingType : TypeNode<Type>, AlwaysDependent;
308 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
217 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
355 let Class = UnresolvedUsingType in {
986 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})1257 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
695 UnresolvedUsingType> {
4343 class UnresolvedUsingType : public Type {4348 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
743 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
6030 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()14346 else if (ThisT->getAs<UnresolvedUsingType>()) in RebuildUnresolvedUsingType()
6057 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
918 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()919 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
1035 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()1040 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
1101 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
628 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType()
1473 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
2292 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()3272 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
2768 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
352 ExpectedType VisitUnresolvedUsingType(const UnresolvedUsingType *T);1287 const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
4511 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow()
1049 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) {1223 UnresolvedUsingType, ObjCIvarRefExpr>;