Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp745 T = Context.getUsingType(USD, T); in BuildCXXNestedNameSpecifier()
H A DTreeTransform.h938 return SemaRef.Context.getUsingType(Found, Underlying); in RebuildUsingType()
14724 return SemaRef.Context.getUsingType( in RebuildUnresolvedUsingType()
H A DSemaDecl.cpp524 T = Context.getUsingType(FoundUsingShadow, T); in getTypeName()
1149 T = Context.getUsingType(USD, T); in ClassifyName()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td374 return ctx.getUsingType(foundDeclaration, underlyingType);
H A DASTContext.h1593 QualType getUsingType(const UsingShadowDecl *Found,
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp1393 return Importer.getToContext().getUsingType(*FoundOrErr, *UnderlyingOrErr); in VisitUsingType()
H A DASTContext.cpp4641 QualType ASTContext::getUsingType(const UsingShadowDecl *Found, in getUsingType() function in ASTContext