Searched refs:getUsingType (Results 1 – 7 of 7) sorted by relevance
651 T = Context.getUsingType(USD, T); in BuildCXXNestedNameSpecifier()
1023 return SemaRef.Context.getUsingType(Found, Underlying); in RebuildUsingType()17352 return SemaRef.Context.getUsingType( in RebuildUnresolvedUsingType()
571 T = Context.getUsingType(FoundUsingShadow, T); in getTypeName()1161 T = Context.getUsingType(USD, T); in ClassifyName()
400 return ctx.getUsingType(foundDeclaration, underlyingType);
1767 QualType getUsingType(const UsingShadowDecl *Found,
5318 QualType ASTContext::getUsingType(const UsingShadowDecl *Found, in getUsingType() function in ASTContext14506 return Ctx.getUsingType(CD, Ctx.getQualifiedType(Underlying)); in getCommonSugarTypeNode()
1668 return Importer.getToContext().getUsingType(*FoundOrErr, *UnderlyingOrErr); in VisitUsingType()