Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1194 QualType getAutoType(QualType DeducedType, bool IsDecltypeAuto,
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1031 Result = Context.getAutoType(QualType(), /*decltype(auto)*/false, false); in ConvertDeclSpecToType()
1036 Result = Context.getAutoType(QualType(), in ConvertDeclSpecToType()
H A DSemaTemplateDeduction.cpp3935 SemaRef.Context.getAutoType(Dependent ? QualType() : Replacement, in TransformAutoType()
H A DTreeTransform.h834 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 DASTImporter.cpp1705 return Importer.getToContext().getAutoType(ToDeduced, T->isDecltypeAuto(), in VisitAutoType()
H A DASTContext.cpp3804 QualType ASTContext::getAutoType(QualType DeducedType, bool IsDecltypeAuto, in getAutoType() function in ASTContext
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5413 return Context.getAutoType(Deduced, IsDecltypeAuto, IsDependent); in readTypeRecord()