Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp745 T = Context.getUsingType(USD, T); in BuildCXXNestedNameSpecifier()
H A DTreeTransform.h982 return SemaRef.Context.getUsingType(Found, Underlying); in RebuildUsingType()
14911 return SemaRef.Context.getUsingType( in RebuildUnresolvedUsingType()
H A DSemaDecl.cpp581 T = Context.getUsingType(FoundUsingShadow, T); in getTypeName()
1186 T = Context.getUsingType(USD, T); in ClassifyName()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td374 return ctx.getUsingType(foundDeclaration, underlyingType);
H A DASTContext.h1567 QualType getUsingType(const UsingShadowDecl *Found,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4699 QualType ASTContext::getUsingType(const UsingShadowDecl *Found, in getUsingType() function in ASTContext
13029 return Ctx.getUsingType(CD, Ctx.getQualifiedType(Underlying)); in getCommonSugarTypeNode()
H A DASTImporter.cpp1391 return Importer.getToContext().getUsingType(*FoundOrErr, *UnderlyingOrErr); in VisitUsingType()