Searched refs:getAutoType (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1194 QualType getAutoType(QualType DeducedType, bool IsDecltypeAuto,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1031 Result = Context.getAutoType(QualType(), /*decltype(auto)*/false, false); in ConvertDeclSpecToType() 1036 Result = Context.getAutoType(QualType(), in ConvertDeclSpecToType()
|
| H A D | SemaTemplateDeduction.cpp | 3935 SemaRef.Context.getAutoType(Dependent ? QualType() : Replacement, in TransformAutoType()
|
| H A D | TreeTransform.h | 834 return SemaRef.Context.getAutoType(Deduced, IsDecltypeAuto, in RebuildAutoType() 3760 Result = SemaRef.Context.getAutoType(Deduced, AutoTy->isDecltypeAuto(), in TransformQualifiedType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 1705 return Importer.getToContext().getAutoType(ToDeduced, T->isDecltypeAuto(), in VisitAutoType()
|
| H A D | ASTContext.cpp | 3804 QualType ASTContext::getAutoType(QualType DeducedType, bool IsDecltypeAuto, in getAutoType() function in ASTContext
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 5413 return Context.getAutoType(Deduced, IsDecltypeAuto, IsDependent); in readTypeRecord()
|