Searched refs:UnresolvedUsingType (Results 1 – 20 of 20) sorted by relevance
80 def UnresolvedUsingType : TypeNode<Type>, AlwaysDependent;
334 void VisitUnresolvedUsingType(const UnresolvedUsingType *T);
231 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
392 let Class = UnresolvedUsingType in {
1088 DEF_TRAVERSE_TYPE(UnresolvedUsingType, {})1378 DEF_TRAVERSE_TYPELOC(UnresolvedUsingType, {})
716 UnresolvedUsingType> {
5538 class UnresolvedUsingType : public Type {5543 UnresolvedUsingType(const UnresolvedUsingTypenameDecl *D)
675 } else if (isa<UnresolvedUsingType>(T)) { in BuildCXXNestedNameSpecifier()
6470 const UnresolvedUsingType *T = TL.getTypePtr(); in TransformUnresolvedUsingType()16196 else if (ThisT->getAs<UnresolvedUsingType>()) in RebuildUnresolvedUsingType()
5732 const UnresolvedUsingType*) { in VisitUnresolvedUsingType() argument
1035 if (const auto *S = dyn_cast<UnresolvedUsingType>(&Node)) {1216 UnresolvedUsingType, ObjCIvarRefExpr>;
1066 cast<UnresolvedUsingType>(T1)->getDecl(), in IsStructurallyEquivalent()1067 cast<UnresolvedUsingType>(T2)->getDecl())) in IsStructurallyEquivalent()
1238 void VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
1169 void TypePrinter::printUnresolvedUsingBefore(const UnresolvedUsingType *T, in printUnresolvedUsingBefore()1174 void TypePrinter::printUnresolvedUsingAfter(const UnresolvedUsingType *T, in printUnresolvedUsingAfter()
745 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType()
1963 void TextNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()
2474 cast<UnresolvedUsingType>(Ty)->getDecl()); in mangleUnresolvedTypeOrSimpleId()3652 void CXXNameMangler::mangleType(const UnresolvedUsingType *T) { in mangleType()
3085 void MicrosoftCXXNameMangler::mangleType(const UnresolvedUsingType *T, in mangleType()
5156 new (*this, alignof(UnresolvedUsingType)) UnresolvedUsingType(Decl); in getUnresolvedUsingType()
1367 const UnresolvedUsingType *T) { in VisitUnresolvedUsingType()