Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCoroutine.cpp92 PromiseType = S.Context.getElaboratedType(ETK_None, NNS, PromiseType); in lookupPromiseType()
DSemaType.cpp1381 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result); in ConvertDeclSpecToType()
4078 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator()
6846 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in Sema
6858 return Context.getElaboratedType(Keyword, NNS, T); in getElaboratedType()
DSemaTemplate.cpp2297 Result = Context.getElaboratedType(ETK_None, SS.getScopeRep(), Result); in ActOnTemplateIdType()
2391 Result = Context.getElaboratedType(Keyword, SS.getScopeRep(), Result); in ActOnTagTemplateIdType()
8094 T = Context.getElaboratedType(ETK_Typename, SS.getScopeRep(), T); in ActOnTypenameType()
8218 return Context.getElaboratedType(ETK_Typename, in CheckTypenameType()
DTreeTransform.h885 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType()
928 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentTemplateSpecializationType()
1026 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
DSemaDecl.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()
DSemaDeclCXX.cpp2993 BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(), in BuildMemInitializer()
DSemaExpr.cpp2335 QualType ET = getElaboratedType(ETK_None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
/external/clang/include/clang/AST/
DASTContext.h1246 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
/external/clang/lib/AST/
DASTImporter.cpp1829 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
DASTContext.cpp3464 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
/external/clang/include/clang/Sema/
DSema.h1450 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
/external/clang/lib/Serialization/
DASTReader.cpp5489 return Context.getElaboratedType(Keyword, NNS, NamedType); in readTypeRecord()