Searched refs:getUsingType (Results 1 – 7 of 7) sorted by relevance
721 T = Context.getUsingType(USD, T); in BuildCXXNestedNameSpecifier()
1003 return SemaRef.Context.getUsingType(Found, Underlying); in RebuildUsingType()15182 return SemaRef.Context.getUsingType( in RebuildUnresolvedUsingType()
600 T = Context.getUsingType(FoundUsingShadow, T); in getTypeName()1211 T = Context.getUsingType(USD, T); in ClassifyName()
378 return ctx.getUsingType(foundDeclaration, underlyingType);
1586 QualType getUsingType(const UsingShadowDecl *Found,
4677 QualType ASTContext::getUsingType(const UsingShadowDecl *Found, in getUsingType() function in ASTContext13181 return Ctx.getUsingType(CD, Ctx.getQualifiedType(Underlying)); in getCommonSugarTypeNode()
1411 return Importer.getToContext().getUsingType(*FoundOrErr, *UnderlyingOrErr); in VisitUsingType()