Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1312 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
/external/clang/lib/Sema/
DSemaType.cpp1597 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()
DSemaTemplateDeduction.cpp3952 SemaRef.Context.getAutoType(Dependent ? QualType() : Replacement, in TransformAutoType()
DTreeTransform.h864 return SemaRef.Context.getAutoType(Deduced, Keyword, in RebuildAutoType()
4077 Result = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(), in TransformQualifiedType()
/external/clang/lib/AST/
DType.cpp973 return Ctx.getAutoType(deducedType, T->getKeyword(), in TRIVIAL_TYPE_CLASS()
DASTImporter.cpp1832 return Importer.getToContext().getAutoType(ToDeduced, T->getKeyword(), in VisitAutoType()
DASTContext.cpp4040 QualType ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType() function in ASTContext
/external/clang/lib/Serialization/
DASTReader.cpp5453 return Context.getAutoType(Deduced, Keyword, IsDependent); in readTypeRecord()