Home
last modified time | relevance | path

Searched refs:getAutoType (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td522 return ctx.getAutoType(makeNullableFromOptional(deducedType), keyword,
H A DASTContext.h1788 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6240 ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType() function in ASTContext
6258 return getQualifiedType(getAutoType(QualType(), AT->getKeyword(), in getUnconstrainedType()
13205 return Ctx.getAutoType(QualType(), AX->getKeyword(), in getCommonNonSugarTypeNode()
13594 return Ctx.getAutoType(Ctx.getQualifiedType(Underlying), AX->getKeyword(), in getCommonSugarTypeNode()
H A DType.cpp1277 return Ctx.getAutoType(deducedType, T->getKeyword(), in SUGARED_TYPE_CLASS()
H A DASTImporter.cpp1483 return Importer.getToContext().getAutoType( in VisitAutoType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1318 Result = S.Context.getAutoType(QualType(), AutoKW, in ConvertDeclSpecToType()
1325 Result = Context.getAutoType(QualType(), AutoTypeKeyword::GNUAutoType, false); in ConvertDeclSpecToType()
H A DSemaTemplateDeduction.cpp4937 QualType Result = SemaRef.Context.getAutoType( in TransformAutoType()
H A DTreeTransform.h1080 return SemaRef.Context.getAutoType(Deduced, Keyword, in RebuildAutoType()
5138 T = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(), in RebuildQualifiedType()