Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp460 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
/external/clang/lib/Sema/
DSemaCoroutine.cpp92 PromiseType = S.Context.getElaboratedType(ETK_None, NNS, PromiseType); in lookupPromiseType()
DSemaType.cpp1463 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result); in ConvertDeclSpecToType()
4353 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator()
7212 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in Sema
7224 return Context.getElaboratedType(Keyword, NNS, T); in getElaboratedType()
DSemaTemplate.cpp2335 Result = Context.getElaboratedType(ETK_None, SS.getScopeRep(), Result); in ActOnTemplateIdType()
2429 Result = Context.getElaboratedType(Keyword, SS.getScopeRep(), Result); in ActOnTagTemplateIdType()
8238 T = Context.getElaboratedType(ETK_Typename, SS.getScopeRep(), T); in ActOnTypenameType()
8362 return Context.getElaboratedType(ETK_Typename, in CheckTypenameType()
DTreeTransform.h894 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType()
937 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentTemplateSpecializationType()
1035 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
DSemaDecl.cpp442 T = getElaboratedType(ETK_None, *SS, T); in getTypeName()
448 T = getElaboratedType(ETK_None, *SS, T); in getTypeName()
767 T = S.getElaboratedType(ETK_None, SS, T); in buildNestedType()
DSemaDeclCXX.cpp2996 BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(), in BuildMemInitializer()
DSemaExpr.cpp2398 QualType ET = getElaboratedType(ETK_None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
/external/clang/include/clang/AST/
DASTContext.h1258 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
/external/clang/lib/AST/
DASTImporter.cpp1945 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
DASTContext.cpp3500 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
/external/clang/include/clang/Sema/
DSema.h1487 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
/external/clang/lib/Serialization/
DASTReader.cpp5522 return Context.getElaboratedType(Keyword, NNS, NamedType); in readTypeRecord()