Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DQualTypeNames.cpp465 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
DASTContext.cpp4817 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
DASTImporter.cpp1528 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTypeProperties.td534 return ctx.getElaboratedType(keyword, qualifier, namedType,
DASTContext.h1566 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp3999 Result = Context.getElaboratedType(ETK_None, SS.getScopeRep(), Result); in ActOnTemplateIdType()
4097 Result = Context.getElaboratedType(Keyword, SS.getScopeRep(), Result); in ActOnTagTemplateIdType()
10471 T = Context.getElaboratedType(ETK_Typename, SS.getScopeRep(), T); in ActOnTypenameType()
10683 return Context.getElaboratedType(Keyword, in CheckTypenameType()
10707 return Context.getElaboratedType( in CheckTypenameType()
DSemaCoroutine.cpp128 return S.Context.getElaboratedType(ETK_None, NNS, PromiseType); in lookupPromiseType()
DSemaType.cpp1588 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result, in ConvertDeclSpecToType()
5450 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator()
8873 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in Sema
8886 return Context.getElaboratedType(Keyword, NNS, T, OwnedTagDecl); in getElaboratedType()
DTreeTransform.h1028 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType()
1073 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentTemplateSpecializationType()
1171 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
DSemaDecl.cpp519 T = getElaboratedType(ETK_None, *SS, T); in getTypeName()
525 T = getElaboratedType(ETK_None, *SS, T); in getTypeName()
853 T = S.getElaboratedType(ETK_None, SS, T); in buildNestedType()
DSemaDeclCXX.cpp4310 BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(), in BuildMemInitializer()
11151 return Context.getElaboratedType(ETK_None, NNS, Info->getType()); in CheckComparisonCategoryType()
DSemaExpr.cpp2738 QualType ET = getElaboratedType(ETK_None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h2336 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,