Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DQualTypeNames.cpp457 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
H A DASTContext.cpp4802 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
H A DASTImporter.cpp1510 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td534 return ctx.getElaboratedType(keyword, qualifier, namedType,
H A DASTContext.h1521 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A 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()
H A DSemaCoroutine.cpp128 return S.Context.getElaboratedType(ETK_None, NNS, PromiseType); in lookupPromiseType()
H A DSemaType.cpp1585 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result, in ConvertDeclSpecToType()
5417 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator()
8838 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in Sema
8851 return Context.getElaboratedType(Keyword, NNS, T, OwnedTagDecl); in getElaboratedType()
H A 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()
H A DSemaDecl.cpp511 T = getElaboratedType(ETK_None, *SS, T); in getTypeName()
517 T = getElaboratedType(ETK_None, *SS, T); in getTypeName()
845 T = S.getElaboratedType(ETK_None, SS, T); in buildNestedType()
H A DSemaDeclCXX.cpp4310 BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(), in BuildMemInitializer()
11144 return Context.getElaboratedType(ETK_None, NNS, Info->getType()); in CheckComparisonCategoryType()
H A DSemaExpr.cpp2728 QualType ET = getElaboratedType(ETK_None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2297 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,