Searched refs:getAutoType (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 514 return ctx.getAutoType(makeNullableFromOptional(deducedType), keyword,
|
| H A D | ASTContext.h | 1966 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 6671 ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType() function in ASTContext 6689 return getQualifiedType(getAutoType(QualType(), AT->getKeyword(), in getUnconstrainedType() 14006 return Ctx.getAutoType(QualType(), AX->getKeyword(), in getCommonNonSugarTypeNode() 14401 return Ctx.getAutoType(Ctx.getQualifiedType(Underlying), AX->getKeyword(), in getCommonSugarTypeNode()
|
| H A D | Type.cpp | 1325 return Ctx.getAutoType(deducedType, T->getKeyword(), T->isDependentType(), in SUGARED_TYPE_CLASS()
|
| H A D | ASTImporter.cpp | 1714 return Importer.getToContext().getAutoType( in VisitAutoType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1327 Result = S.Context.getAutoType(QualType(), AutoKW, in ConvertDeclSpecToType() 1334 Result = Context.getAutoType(QualType(), AutoTypeKeyword::GNUAutoType, false); in ConvertDeclSpecToType()
|
| H A D | SemaTemplateDeduction.cpp | 5051 QualType Result = SemaRef.Context.getAutoType( in TransformAutoType()
|
| H A D | TreeTransform.h | 1085 return SemaRef.Context.getAutoType(Deduced, Keyword, in RebuildAutoType() 5365 T = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(), in RebuildQualifiedType()
|