Searched refs:UnresolvedUsingType (Results 1 – 20 of 20) sorted by relevance
79 def UnresolvedUsingType : TypeNode<Type>, AlwaysDependent;
323 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
228 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
359 let Class = UnresolvedUsingType in {
1057 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})1331 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
710 UnresolvedUsingType> {
4683 class UnresolvedUsingType : public Type {4688 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
740 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
6322 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()15163 else if (ThisT->getAs<UnresolvedUsingType>()) in RebuildUnresolvedUsingType()
6460 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
1039 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) {1220 UnresolvedUsingType, ObjCIvarRefExpr>;
1117 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()1122 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
1055 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()1056 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
1221 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
712 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType()
1728 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
2472 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()3642 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
2949 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
4741 new (*this, alignof(UnresolvedUsingType)) UnresolvedUsingType(Decl); in getUnresolvedUsingType()
1353 const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()