Searched refs:UnresolvedUsingType (Results 1 – 20 of 20) sorted by relevance
78 def UnresolvedUsingType : TypeNode<Type>, AlwaysDependent;
313 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
219 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
355 let Class = UnresolvedUsingType in {
984 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})1255 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
695 UnresolvedUsingType> {
4343 class UnresolvedUsingType : public Type {4348 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
757 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
6053 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()14411 else if (ThisT->getAs<UnresolvedUsingType>()) in RebuildUnresolvedUsingType()
6057 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
1049 if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) {1223 UnresolvedUsingType, ObjCIvarRefExpr>;
919 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()920 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
1040 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()1045 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
1101 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
659 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType()
1525 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
2299 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()3282 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
2771 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
367 ExpectedType VisitUnresolvedUsingType(const UnresolvedUsingType *T);1305 const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
4526 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow()