Searched refs:UnresolvedUsingType (Results 1 – 20 of 20) sorted by relevance
79 def UnresolvedUsingType : TypeNode<Type>, AlwaysDependent;
314 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
220 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
355 let Class = UnresolvedUsingType in {
1063 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})1337 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
704 UnresolvedUsingType> {
4477 class UnresolvedUsingType : public Type {4482 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
764 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
6218 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()14892 else if (ThisT->getAs<UnresolvedUsingType>()) in RebuildUnresolvedUsingType()
6284 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
1039 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) {1220 UnresolvedUsingType, ObjCIvarRefExpr>;
971 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()972 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
1061 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()1066 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
1256 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
668 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType()
1540 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
2356 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()3356 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
2815 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
389 ExpectedType VisitUnresolvedUsingType(const UnresolvedUsingType *T);1337 const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
4762 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Decl); in getUnresolvedUsingType()