Searched refs:getElaboratedType (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 92 PromiseType = S.Context.getElaboratedType(ETK_None, NNS, PromiseType); in lookupPromiseType()
|
D | SemaType.cpp | 1381 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()
|
D | SemaTemplate.cpp | 2297 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()
|
D | TreeTransform.h | 885 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType() 928 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentTemplateSpecializationType() 1026 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
|
D | SemaDecl.cpp | 434 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()
|
D | SemaDeclCXX.cpp | 2993 BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(), in BuildMemInitializer()
|
D | SemaExpr.cpp | 2335 QualType ET = getElaboratedType(ETK_None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1246 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 1829 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
|
D | ASTContext.cpp | 3464 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1450 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5489 return Context.getElaboratedType(Keyword, NNS, NamedType); in readTypeRecord()
|