Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1522 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1560 Result = Context.getAutoType(QualType(), AutoTypeKeyword::Auto, false); in ConvertDeclSpecToType()
1564 Result = Context.getAutoType(QualType(), AutoTypeKeyword::GNUAutoType, false); in ConvertDeclSpecToType()
1568 Result = Context.getAutoType(QualType(), AutoTypeKeyword::DecltypeAuto, in ConvertDeclSpecToType()
H A DSemaTemplateDeduction.cpp4320 QualType Result = SemaRef.Context.getAutoType( in TransformAutoType()
H A DTreeTransform.h916 return SemaRef.Context.getAutoType(Deduced, Keyword, in RebuildAutoType()
4323 T = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(), in RebuildQualifiedType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1047 return Ctx.getAutoType(deducedType, T->getKeyword(), in TRIVIAL_TYPE_CLASS()
H A DASTContext.cpp4858 QualType ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType() function in ASTContext
H A DASTImporter.cpp1303 return Importer.getToContext().getAutoType(*ToDeducedTypeOrErr, in VisitAutoType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6124 return Context.getAutoType(Deduced, Keyword, IsDependent); in readTypeRecord()