Searched refs:getAutoType (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1312 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 1597 Result = Context.getAutoType(QualType(), AutoTypeKeyword::Auto, false); in ConvertDeclSpecToType() 1602 Result = Context.getAutoType(QualType(), AutoTypeKeyword::GNUAutoType, false); in ConvertDeclSpecToType() 1606 Result = Context.getAutoType(QualType(), AutoTypeKeyword::DecltypeAuto, in ConvertDeclSpecToType()
|
D | SemaTemplateDeduction.cpp | 3952 SemaRef.Context.getAutoType(Dependent ? QualType() : Replacement, in TransformAutoType()
|
D | TreeTransform.h | 864 return SemaRef.Context.getAutoType(Deduced, Keyword, in RebuildAutoType() 4077 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 | 1832 return Importer.getToContext().getAutoType(ToDeduced, T->getKeyword(), in VisitAutoType()
|
D | ASTContext.cpp | 4040 QualType ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType() function in ASTContext
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5453 return Context.getAutoType(Deduced, Keyword, IsDependent); in readTypeRecord()
|