/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | QualTypeNames.cpp | 476 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
|
H A D | ASTContext.cpp | 5421 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext 13606 return Ctx.getElaboratedType( in getCommonSugarTypeNode()
|
H A D | ASTImporter.cpp | 1644 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeProperties.td | 602 return ctx.getElaboratedType(keyword, qualifier, namedType,
|
H A D | ASTContext.h | 1706 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 3654 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 D | SemaCoroutine.cpp | 123 return S.Context.getElaboratedType(ElaboratedTypeKeyword::None, NNS, in lookupPromiseType()
|
H A D | SemaDeclCXX.cpp | 4456 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 D | SemaType.cpp | 1211 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 D | TreeTransform.h | 1120 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType() 1161 return SemaRef.Context.getElaboratedType( in RebuildDependentTemplateSpecializationType() 1260 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
|
H A D | SemaExprCXX.cpp | 249 Context.getElaboratedType(ElaboratedTypeKeyword::None, nullptr, T), in getDestructorName()
|
H A D | SemaDecl.cpp | 272 return ParsedType::make(S.Context.getElaboratedType( in buildNamedType() 275 QualType ElTy = S.getElaboratedType(ElaboratedTypeKeyword::None, *SS, T); in buildNamedType()
|
H A D | SemaExpr.cpp | 2922 QualType ET = getElaboratedType(ElaboratedTypeKeyword::None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 14848 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|