Searched refs:getUsingType (Results 1 – 7 of 7) sorted by relevance
745 T = Context.getUsingType(USD, T); in BuildCXXNestedNameSpecifier()
938 return SemaRef.Context.getUsingType(Found, Underlying); in RebuildUsingType()14724 return SemaRef.Context.getUsingType( in RebuildUnresolvedUsingType()
524 T = Context.getUsingType(FoundUsingShadow, T); in getTypeName()1149 T = Context.getUsingType(USD, T); in ClassifyName()
374 return ctx.getUsingType(foundDeclaration, underlyingType);
1593 QualType getUsingType(const UsingShadowDecl *Found,
1393 return Importer.getToContext().getUsingType(*FoundOrErr, *UnderlyingOrErr); in VisitUsingType()
4641 QualType ASTContext::getUsingType(const UsingShadowDecl *Found, in getUsingType() function in ASTContext