Searched refs:getElaboratedType (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 457 QT = Ctx.getElaboratedType(Keyword, Prefix, QT); in getFullyQualifiedType()
|
| H A D | ASTContext.cpp | 4802 QualType ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
|
| H A D | ASTImporter.cpp | 1510 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 534 return ctx.getElaboratedType(keyword, qualifier, namedType,
|
| H A D | ASTContext.h | 1521 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 3999 Result = Context.getElaboratedType(ETK_None, SS.getScopeRep(), Result); in ActOnTemplateIdType() 4097 Result = Context.getElaboratedType(Keyword, SS.getScopeRep(), Result); in ActOnTagTemplateIdType() 10471 T = Context.getElaboratedType(ETK_Typename, SS.getScopeRep(), T); in ActOnTypenameType() 10683 return Context.getElaboratedType(Keyword, in CheckTypenameType() 10707 return Context.getElaboratedType( in CheckTypenameType()
|
| H A D | SemaCoroutine.cpp | 128 return S.Context.getElaboratedType(ETK_None, NNS, PromiseType); in lookupPromiseType()
|
| H A D | SemaType.cpp | 1585 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result, in ConvertDeclSpecToType() 5417 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator() 8838 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in Sema 8851 return Context.getElaboratedType(Keyword, NNS, T, OwnedTagDecl); in getElaboratedType()
|
| H A D | TreeTransform.h | 1028 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType() 1073 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentTemplateSpecializationType() 1171 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
|
| H A D | SemaDecl.cpp | 511 T = getElaboratedType(ETK_None, *SS, T); in getTypeName() 517 T = getElaboratedType(ETK_None, *SS, T); in getTypeName() 845 T = S.getElaboratedType(ETK_None, SS, T); in buildNestedType()
|
| H A D | SemaDeclCXX.cpp | 4310 BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(), in BuildMemInitializer() 11144 return Context.getElaboratedType(ETK_None, NNS, Info->getType()); in CheckComparisonCategoryType()
|
| H A D | SemaExpr.cpp | 2728 QualType ET = getElaboratedType(ETK_None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 2297 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|