Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTypeProperties.td454 return ctx.getAutoType(makeNullableFromOptional(deducedType), keyword,
DASTContext.h1642 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DType.cpp1182 return Ctx.getAutoType(deducedType, T->getKeyword(), in SUGARED_TYPE_CLASS()
DASTContext.cpp5531 ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType() function in ASTContext
DASTImporter.cpp1393 return Importer.getToContext().getAutoType( in VisitAutoType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp1673 Result = S.Context.getAutoType(QualType(), AutoKW, in ConvertDeclSpecToType()
1680 Result = Context.getAutoType(QualType(), AutoTypeKeyword::GNUAutoType, false); in ConvertDeclSpecToType()
DSemaTemplateDeduction.cpp4610 QualType Result = SemaRef.Context.getAutoType( in TransformAutoType()
DTreeTransform.h988 return SemaRef.Context.getAutoType(Deduced, Keyword, in RebuildAutoType()
4803 T = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(), in RebuildQualifiedType()