Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp475 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
H A DASTContext.cpp5013 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
13092 return Ctx.getElaboratedType( in getCommonSugarTypeNode()
H A DASTImporter.cpp1596 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td555 return ctx.getElaboratedType(keyword, qualifier, namedType,
H A DASTContext.h1644 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp123 return S.Context.getElaboratedType(ElaboratedTypeKeyword::None, NNS, in lookupPromiseType()
H A DSemaTemplate.cpp4344 getElaboratedType(ElaboratedTypeKeyword::None, in ActOnTemplateIdType()
4442 Result = Context.getElaboratedType(Keyword, SS.getScopeRep(), Result); in ActOnTagTemplateIdType()
11136 T = Context.getElaboratedType(ElaboratedTypeKeyword::Typename, in ActOnTypenameType()
11349 return Context.getElaboratedType(Keyword, in CheckTypenameType()
11373 return Context.getElaboratedType( in CheckTypenameType()
H A DSemaDeclCXX.cpp4602 BaseType = getElaboratedType(ElaboratedTypeKeyword::None, SS, in BuildMemInitializer()
7734 DeclType = Context.getElaboratedType(ElaboratedTypeKeyword::None, nullptr, in CheckExplicitlyDefaultedSpecialMember()
11855 return Context.getElaboratedType(ElaboratedTypeKeyword::None, NNS, in CheckComparisonCategoryType()
12074 return Context.getElaboratedType( in BuildStdInitializerList()
14884 ArgType = Context.getElaboratedType(ElaboratedTypeKeyword::None, nullptr, in DeclareImplicitCopyAssignment()
15238 ArgType = Context.getElaboratedType(ElaboratedTypeKeyword::None, nullptr, in DeclareImplicitMoveAssignment()
15628 ArgType = Context.getElaboratedType(ElaboratedTypeKeyword::None, nullptr, in DeclareImplicitCopyConstructor()
15774 ArgType = Context.getElaboratedType(ElaboratedTypeKeyword::None, nullptr, in DeclareImplicitMoveConstructor()
H A DSemaType.cpp1613 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result, in ConvertDeclSpecToType()
5747 ClsType = Context.getElaboratedType(ElaboratedTypeKeyword::None, in GetFullTypeForDeclarator()
9695 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in Sema
9700 return Context.getElaboratedType( in getElaboratedType()
H A DTreeTransform.h1099 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType()
1140 return SemaRef.Context.getElaboratedType( in RebuildDependentTemplateSpecializationType()
1239 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
H A DSemaExprCXX.cpp250 Context.getElaboratedType(ElaboratedTypeKeyword::None, nullptr, T), in getDestructorName()
H A DSemaDecl.cpp312 return ParsedType::make(S.Context.getElaboratedType( in buildNamedType()
315 QualType ElTy = S.getElaboratedType(ElaboratedTypeKeyword::None, *SS, T); in buildNamedType()
H A DSemaExpr.cpp3000 QualType ET = getElaboratedType(ElaboratedTypeKeyword::None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2595 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,