Searched refs:getAutoType (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1302 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 1506 Result = Context.getAutoType(QualType(), AutoTypeKeyword::Auto, false); in ConvertDeclSpecToType() 1511 Result = Context.getAutoType(QualType(), AutoTypeKeyword::GNUAutoType, false); in ConvertDeclSpecToType() 1515 Result = Context.getAutoType(QualType(), AutoTypeKeyword::DecltypeAuto, in ConvertDeclSpecToType()
|
D | SemaTemplateDeduction.cpp | 3960 SemaRef.Context.getAutoType(Dependent ? QualType() : Replacement, in TransformAutoType()
|
D | TreeTransform.h | 855 return SemaRef.Context.getAutoType(Deduced, Keyword, in RebuildAutoType() 3971 Result = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(), in TransformQualifiedType()
|
/external/clang/lib/AST/ |
D | Type.cpp | 973 return Ctx.getAutoType(deducedType, T->getKeyword(), in TRIVIAL_TYPE_CLASS()
|
D | ASTImporter.cpp | 1749 return Importer.getToContext().getAutoType(ToDeduced, T->getKeyword(), in VisitAutoType()
|
D | ASTContext.cpp | 3986 QualType ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType() function in ASTContext
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5420 return Context.getAutoType(Deduced, Keyword, IsDependent); in readTypeRecord()
|