Searched refs:getElaboratedType (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | QualTypeNames.cpp | 465 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
|
| D | ASTContext.cpp | 4817 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
|
| D | ASTImporter.cpp | 1528 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | TypeProperties.td | 534 return ctx.getElaboratedType(keyword, qualifier, namedType,
|
| D | ASTContext.h | 1566 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaTemplate.cpp | 3999 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()
|
| D | SemaCoroutine.cpp | 128 return S.Context.getElaboratedType(ETK_None, NNS, PromiseType); in lookupPromiseType()
|
| D | SemaType.cpp | 1588 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()
|
| D | TreeTransform.h | 1028 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType() 1073 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentTemplateSpecializationType() 1171 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
|
| D | SemaDecl.cpp | 519 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()
|
| D | SemaDeclCXX.cpp | 4310 BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(), in BuildMemInitializer() 11151 return Context.getElaboratedType(ETK_None, NNS, Info->getType()); in CheckComparisonCategoryType()
|
| D | SemaExpr.cpp | 2738 QualType ET = getElaboratedType(ETK_None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 2336 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|