Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp1369 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result); in ConvertDeclSpecToType()
4036 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator()
6713 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in Sema
6725 return Context.getElaboratedType(Keyword, NNS, T); in getElaboratedType()
HDSemaTemplate.cpp2240 Result = Context.getElaboratedType(ETK_None, SS.getScopeRep(), Result); in ActOnTemplateIdType()
2334 Result = Context.getElaboratedType(Keyword, SS.getScopeRep(), Result); in ActOnTagTemplateIdType()
8051 T = Context.getElaboratedType(ETK_Typename, SS.getScopeRep(), T); in ActOnTypenameType()
8175 return Context.getElaboratedType(ETK_Typename, in CheckTypenameType()
HDTreeTransform.h880 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType()
923 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentTemplateSpecializationType()
1021 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
HDSemaDecl.cpp434 T = getElaboratedType(ETK_None, *SS, T); in getTypeName()
440 T = getElaboratedType(ETK_None, *SS, T); in getTypeName()
723 T = S.getElaboratedType(ETK_None, SS, T); in buildNestedType()
HDSemaDeclCXX.cpp2987 BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(), in BuildMemInitializer()
HDSemaExpr.cpp2359 QualType ET = getElaboratedType(ETK_None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1174 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp1829 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
HDASTContext.cpp3396 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h1419 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5255 return Context.getElaboratedType(Keyword, NNS, NamedType); in readTypeRecord()