Searched refs:getAutoType (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1172 QualType getAutoType(QualType DeducedType, bool IsDecltypeAuto,
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 1038 Result = Context.getAutoType(QualType(), /*decltype(auto)*/false, false); in ConvertDeclSpecToType() 1043 Result = Context.getAutoType(QualType(), in ConvertDeclSpecToType()
|
D | SemaTemplateDeduction.cpp | 3933 SemaRef.Context.getAutoType(Dependent ? QualType() : Replacement, in TransformAutoType()
|
D | TreeTransform.h | 807 return SemaRef.Context.getAutoType(Deduced, IsDecltypeAuto, in RebuildAutoType() 3658 Result = SemaRef.Context.getAutoType(Deduced, AutoTy->isDecltypeAuto(), in TransformQualifiedType()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 1705 return Importer.getToContext().getAutoType(ToDeduced, T->isDecltypeAuto(), in VisitAutoType()
|
D | ASTContext.cpp | 3748 QualType ASTContext::getAutoType(QualType DeducedType, bool IsDecltypeAuto, in getAutoType() function in ASTContext
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5293 return Context.getAutoType(Deduced, IsDecltypeAuto, IsDependent); in readTypeRecord()
|