Home
last modified time | relevance | path

Searched refs:getUsingType (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCXXScopeSpec.cpp656 T = Context.getUsingType(USD, T); in BuildCXXNestedNameSpecifier()
HDTreeTransform.h1018 return SemaRef.Context.getUsingType(Found, Underlying); in RebuildUsingType()
16215 return SemaRef.Context.getUsingType( in RebuildUnresolvedUsingType()
HDSemaDecl.cpp553 T = Context.getUsingType(FoundUsingShadow, T); in getTypeName()
1144 T = Context.getUsingType(USD, T); in ClassifyName()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeProperties.td411 return ctx.getUsingType(foundDeclaration, underlyingType);
HDASTContext.h1648 QualType getUsingType(const UsingShadowDecl *Found,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp5092 QualType ASTContext::getUsingType(const UsingShadowDecl *Found, in getUsingType() function in ASTContext
13695 return Ctx.getUsingType(CD, Ctx.getQualifiedType(Underlying)); in getCommonSugarTypeNode()
HDASTImporter.cpp1437 return Importer.getToContext().getUsingType(*FoundOrErr, *UnderlyingOrErr); in VisitUsingType()