Searched refs:getElaboratedType (Results 1 – 13 of 13) sorted by relevance
/external/clang/lib/Tooling/Core/ |
D | QualTypeNames.cpp | 460 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
|
/external/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 92 PromiseType = S.Context.getElaboratedType(ETK_None, NNS, PromiseType); in lookupPromiseType()
|
D | SemaType.cpp | 1463 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()
|
D | SemaTemplate.cpp | 2335 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()
|
D | TreeTransform.h | 894 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType() 937 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentTemplateSpecializationType() 1035 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
|
D | SemaDecl.cpp | 442 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()
|
D | SemaDeclCXX.cpp | 2996 BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(), in BuildMemInitializer()
|
D | SemaExpr.cpp | 2398 QualType ET = getElaboratedType(ETK_None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1258 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 1945 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
|
D | ASTContext.cpp | 3500 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1487 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5522 return Context.getElaboratedType(Keyword, NNS, NamedType); in readTypeRecord()
|