/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | QualTypeNames.cpp | 475 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
|
H A D | ASTContext.cpp | 5031 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext 12940 return Ctx.getElaboratedType( in getCommonSugarTypeNode()
|
H A D | ASTImporter.cpp | 1585 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | TypeProperties.td | 551 return ctx.getElaboratedType(keyword, qualifier, namedType,
|
H A D | ASTContext.h | 1625 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 4174 QualType ElTy = getElaboratedType( in ActOnTemplateIdType() 4272 Result = Context.getElaboratedType(Keyword, SS.getScopeRep(), Result); in ActOnTagTemplateIdType() 10831 T = Context.getElaboratedType(ETK_Typename, SS.getScopeRep(), T); in ActOnTypenameType() 11043 return Context.getElaboratedType(Keyword, in CheckTypenameType() 11067 return Context.getElaboratedType( in CheckTypenameType()
|
H A D | SemaCoroutine.cpp | 123 return S.Context.getElaboratedType(ETK_None, NNS, PromiseType); in lookupPromiseType()
|
H A D | SemaDeclCXX.cpp | 4411 BaseType = getElaboratedType(ETK_None, SS, Context.getTypeDeclType(TyD)); in BuildMemInitializer() 7529 DeclType = Context.getElaboratedType(ETK_None, nullptr, DeclType, nullptr); in CheckExplicitlyDefaultedSpecialMember() 11448 return Context.getElaboratedType(ETK_None, NNS, Info->getType()); in CheckComparisonCategoryType() 11662 return Context.getElaboratedType( in BuildStdInitializerList() 14445 ArgType = Context.getElaboratedType(ETK_None, nullptr, ArgType, nullptr); in DeclareImplicitCopyAssignment() 14788 ArgType = Context.getElaboratedType(ETK_None, nullptr, ArgType, nullptr); in DeclareImplicitMoveAssignment() 15161 ArgType = Context.getElaboratedType(ETK_None, nullptr, ArgType, nullptr); in DeclareImplicitCopyConstructor() 15306 ArgType = Context.getElaboratedType(ETK_None, nullptr, ArgType, nullptr); in DeclareImplicitMoveConstructor()
|
H A D | SemaType.cpp | 1595 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result, in ConvertDeclSpecToType() 5620 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator() 9203 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in Sema 9208 return Context.getElaboratedType( in getElaboratedType()
|
H A D | TreeTransform.h | 1078 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType() 1119 return SemaRef.Context.getElaboratedType( in RebuildDependentTemplateSpecializationType() 1216 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
|
H A D | SemaExprCXX.cpp | 247 return CreateParsedType(Context.getElaboratedType(ETK_None, nullptr, T), in getDestructorName()
|
H A D | SemaDecl.cpp | 306 S.Context.getElaboratedType(ETK_None, nullptr, T, nullptr)); in buildNamedType() 308 QualType ElTy = S.getElaboratedType(ETK_None, *SS, T); in buildNamedType()
|
H A D | SemaExpr.cpp | 2800 QualType ET = getElaboratedType(ETK_None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 2545 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|