Home
last modified time | relevance | path

Searched refs:getElaboratedType (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DQualTypeNames.cpp476 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
H A DASTImporter.cpp1590 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
H A DASTContext.cpp4977 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td547 return ctx.getElaboratedType(keyword, qualifier, namedType,
H A DASTContext.h1649 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp4057 Result = Context.getElaboratedType(ETK_None, SS.getScopeRep(), Result); in ActOnTemplateIdType()
4155 Result = Context.getElaboratedType(Keyword, SS.getScopeRep(), Result); in ActOnTagTemplateIdType()
10573 T = Context.getElaboratedType(ETK_Typename, SS.getScopeRep(), T); in ActOnTypenameType()
10785 return Context.getElaboratedType(Keyword, in CheckTypenameType()
10809 return Context.getElaboratedType( in CheckTypenameType()
H A DSemaCoroutine.cpp123 return S.Context.getElaboratedType(ETK_None, NNS, PromiseType); in lookupPromiseType()
H A DSemaType.cpp1582 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result, in ConvertDeclSpecToType()
5542 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator()
9101 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in Sema
9114 return Context.getElaboratedType(Keyword, NNS, T, OwnedTagDecl); in getElaboratedType()
H A DTreeTransform.h1033 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType()
1078 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentTemplateSpecializationType()
1176 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
H A DSemaDecl.cpp536 T = getElaboratedType(ETK_None, *SS, T); in getTypeName()
542 T = getElaboratedType(ETK_None, *SS, T); in getTypeName()
1156 T = getElaboratedType(ETK_None, SS, T); in ClassifyName()
H A DSemaDeclCXX.cpp4368 BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(), in BuildMemInitializer()
11351 return Context.getElaboratedType(ETK_None, NNS, Info->getType()); in CheckComparisonCategoryType()
H A DSemaExpr.cpp2797 QualType ET = getElaboratedType(ETK_None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2498 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,