Searched refs:getElaboratedType (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 476 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
|
| H A D | ASTImporter.cpp | 1590 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
|
| H A D | ASTContext.cpp | 4977 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 547 return ctx.getElaboratedType(keyword, qualifier, namedType,
|
| H A D | ASTContext.h | 1649 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 4057 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 D | SemaCoroutine.cpp | 123 return S.Context.getElaboratedType(ETK_None, NNS, PromiseType); in lookupPromiseType()
|
| H A D | SemaType.cpp | 1582 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 D | TreeTransform.h | 1033 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 D | SemaDecl.cpp | 536 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 D | SemaDeclCXX.cpp | 4368 BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(), in BuildMemInitializer() 11351 return Context.getElaboratedType(ETK_None, NNS, Info->getType()); in CheckComparisonCategoryType()
|
| H A D | SemaExpr.cpp | 2797 QualType ET = getElaboratedType(ETK_None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 2498 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|