Searched refs:getAutoType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1522 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1560 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 D | SemaTemplateDeduction.cpp | 4320 QualType Result = SemaRef.Context.getAutoType( in TransformAutoType()
|
| H A D | TreeTransform.h | 916 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 D | Type.cpp | 1047 return Ctx.getAutoType(deducedType, T->getKeyword(), in TRIVIAL_TYPE_CLASS()
|
| H A D | ASTContext.cpp | 4858 QualType ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType() function in ASTContext
|
| H A D | ASTImporter.cpp | 1303 return Importer.getToContext().getAutoType(*ToDeducedTypeOrErr, in VisitAutoType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6124 return Context.getAutoType(Deduced, Keyword, IsDependent); in readTypeRecord()
|