Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DQualTypeNames.cpp475 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
H A DASTContext.cpp5031 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
12940 return Ctx.getElaboratedType( in getCommonSugarTypeNode()
H A DASTImporter.cpp1585 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td551 return ctx.getElaboratedType(keyword, qualifier, namedType,
H A DASTContext.h1625 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp4174 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 DSemaCoroutine.cpp123 return S.Context.getElaboratedType(ETK_None, NNS, PromiseType); in lookupPromiseType()
H A DSemaDeclCXX.cpp4411 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 DSemaType.cpp1595 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 DTreeTransform.h1078 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType()
1119 return SemaRef.Context.getElaboratedType( in RebuildDependentTemplateSpecializationType()
1216 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
H A DSemaExprCXX.cpp247 return CreateParsedType(Context.getElaboratedType(ETK_None, nullptr, T), in getDestructorName()
H A DSemaDecl.cpp306 S.Context.getElaboratedType(ETK_None, nullptr, T, nullptr)); in buildNamedType()
308 QualType ElTy = S.getElaboratedType(ETK_None, *SS, T); in buildNamedType()
H A DSemaExpr.cpp2800 QualType ET = getElaboratedType(ETK_None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2545 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,