Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp721 T = Context.getUsingType(USD, T); in BuildCXXNestedNameSpecifier()
H A DTreeTransform.h1003 return SemaRef.Context.getUsingType(Found, Underlying); in RebuildUsingType()
15182 return SemaRef.Context.getUsingType( in RebuildUnresolvedUsingType()
H A DSemaDecl.cpp600 T = Context.getUsingType(FoundUsingShadow, T); in getTypeName()
1211 T = Context.getUsingType(USD, T); in ClassifyName()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td378 return ctx.getUsingType(foundDeclaration, underlyingType);
H A DASTContext.h1586 QualType getUsingType(const UsingShadowDecl *Found,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4677 QualType ASTContext::getUsingType(const UsingShadowDecl *Found, in getUsingType() function in ASTContext
13181 return Ctx.getUsingType(CD, Ctx.getQualifiedType(Underlying)); in getCommonSugarTypeNode()
H A DASTImporter.cpp1411 return Importer.getToContext().getUsingType(*FoundOrErr, *UnderlyingOrErr); in VisitUsingType()