| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 475 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
|
| H A D | ASTContext.cpp | 5013 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext 13092 return Ctx.getElaboratedType( in getCommonSugarTypeNode()
|
| H A D | ASTImporter.cpp | 1596 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 555 return ctx.getElaboratedType(keyword, qualifier, namedType,
|
| H A D | ASTContext.h | 1644 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 123 return S.Context.getElaboratedType(ElaboratedTypeKeyword::None, NNS, in lookupPromiseType()
|
| H A D | SemaTemplate.cpp | 4344 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 D | SemaDeclCXX.cpp | 4602 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 D | SemaType.cpp | 1613 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 D | TreeTransform.h | 1099 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType() 1140 return SemaRef.Context.getElaboratedType( in RebuildDependentTemplateSpecializationType() 1239 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
|
| H A D | SemaExprCXX.cpp | 250 Context.getElaboratedType(ElaboratedTypeKeyword::None, nullptr, T), in getDestructorName()
|
| H A D | SemaDecl.cpp | 312 return ParsedType::make(S.Context.getElaboratedType( in buildNamedType() 315 QualType ElTy = S.getElaboratedType(ElaboratedTypeKeyword::None, *SS, T); in buildNamedType()
|
| H A D | SemaExpr.cpp | 3000 QualType ET = getElaboratedType(ElaboratedTypeKeyword::None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2595 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|