Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td454 return ctx.getAutoType(makeNullableFromOptional(deducedType), keyword,
H A DASTContext.h1597 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1182 return Ctx.getAutoType(deducedType, T->getKeyword(), in SUGARED_TYPE_CLASS()
H A DASTContext.cpp5516 ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType() function in ASTContext
H A DASTImporter.cpp1375 return Importer.getToContext().getAutoType( in VisitAutoType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1670 Result = S.Context.getAutoType(QualType(), AutoKW, in ConvertDeclSpecToType()
1677 Result = Context.getAutoType(QualType(), AutoTypeKeyword::GNUAutoType, false); in ConvertDeclSpecToType()
H A DSemaTemplateDeduction.cpp4610 QualType Result = SemaRef.Context.getAutoType( in TransformAutoType()
H A DTreeTransform.h988 return SemaRef.Context.getAutoType(Deduced, Keyword, in RebuildAutoType()
4780 T = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(), in RebuildQualifiedType()