Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1172 QualType getAutoType(QualType DeducedType, bool IsDecltypeAuto,
/external/clang/lib/Sema/
DSemaType.cpp1038 Result = Context.getAutoType(QualType(), /*decltype(auto)*/false, false); in ConvertDeclSpecToType()
1043 Result = Context.getAutoType(QualType(), in ConvertDeclSpecToType()
DSemaTemplateDeduction.cpp3933 SemaRef.Context.getAutoType(Dependent ? QualType() : Replacement, in TransformAutoType()
DTreeTransform.h807 return SemaRef.Context.getAutoType(Deduced, IsDecltypeAuto, in RebuildAutoType()
3658 Result = SemaRef.Context.getAutoType(Deduced, AutoTy->isDecltypeAuto(), in TransformQualifiedType()
/external/clang/lib/AST/
DASTImporter.cpp1705 return Importer.getToContext().getAutoType(ToDeduced, T->isDecltypeAuto(), in VisitAutoType()
DASTContext.cpp3748 QualType ASTContext::getAutoType(QualType DeducedType, bool IsDecltypeAuto, in getAutoType() function in ASTContext
/external/clang/lib/Serialization/
DASTReader.cpp5293 return Context.getAutoType(Deduced, IsDecltypeAuto, IsDependent); in readTypeRecord()