Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp476 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
H A DASTContext.cpp5421 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
13606 return Ctx.getElaboratedType( in getCommonSugarTypeNode()
H A DASTImporter.cpp1644 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td602 return ctx.getElaboratedType(keyword, qualifier, namedType,
H A DASTContext.h1706 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3654 getElaboratedType(ElaboratedTypeKeyword::None, in ActOnTemplateIdType()
3752 Result = Context.getElaboratedType(Keyword, SS.getScopeRep(), Result); in ActOnTagTemplateIdType()
10368 T = Context.getElaboratedType(ElaboratedTypeKeyword::Typename, in ActOnTypenameType()
10580 return Context.getElaboratedType(Keyword, in CheckTypenameType()
10604 return Context.getElaboratedType( in CheckTypenameType()
H A DSemaCoroutine.cpp123 return S.Context.getElaboratedType(ElaboratedTypeKeyword::None, NNS, in lookupPromiseType()
H A DSemaDeclCXX.cpp4456 BaseType = getElaboratedType(ElaboratedTypeKeyword::None, SS, in BuildMemInitializer()
7622 DeclType = Context.getElaboratedType(ElaboratedTypeKeyword::None, nullptr, in CheckExplicitlyDefaultedSpecialMember()
11767 return Context.getElaboratedType(ElaboratedTypeKeyword::None, NNS, in CheckComparisonCategoryType()
11990 return Context.getElaboratedType( in BuildStdInitializerList()
14757 ArgType = Context.getElaboratedType(ElaboratedTypeKeyword::None, nullptr, in DeclareImplicitCopyAssignment()
15113 ArgType = Context.getElaboratedType(ElaboratedTypeKeyword::None, nullptr, in DeclareImplicitMoveAssignment()
15505 ArgType = Context.getElaboratedType(ElaboratedTypeKeyword::None, nullptr, in DeclareImplicitCopyConstructor()
15654 ArgType = Context.getElaboratedType(ElaboratedTypeKeyword::None, nullptr, in DeclareImplicitMoveConstructor()
H A DSemaType.cpp1211 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result, in ConvertDeclSpecToType()
5315 ClsType = Context.getElaboratedType(ElaboratedTypeKeyword::None, in GetFullTypeForDeclarator()
9348 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in Sema
9353 return Context.getElaboratedType( in getElaboratedType()
H A DTreeTransform.h1120 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType()
1161 return SemaRef.Context.getElaboratedType( in RebuildDependentTemplateSpecializationType()
1260 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
H A DSemaExprCXX.cpp249 Context.getElaboratedType(ElaboratedTypeKeyword::None, nullptr, T), in getDestructorName()
H A DSemaDecl.cpp272 return ParsedType::make(S.Context.getElaboratedType( in buildNamedType()
275 QualType ElTy = S.getElaboratedType(ElaboratedTypeKeyword::None, *SS, T); in buildNamedType()
H A DSemaExpr.cpp2922 QualType ET = getElaboratedType(ElaboratedTypeKeyword::None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14848 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,