Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp492 .getAutoType(ClangUtil::GetCanonicalQualType(typedef_type), in TEST_F()
/external/llvm-project/clang/include/clang/AST/
DTypeProperties.td454 return ctx.getAutoType(makeNullableFromOptional(deducedType), keyword,
DASTContext.h1554 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
/external/clang/include/clang/AST/
DASTContext.h1312 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp1272 return S.Context.getAutoType(QualType(), AutoTypeKeyword::Auto, false, in ConvertConstrainedAutoDeclSpecToType()
1664 Result = Context.getAutoType(QualType(), AutoTypeKeyword::Auto, false); in ConvertDeclSpecToType()
1668 Result = Context.getAutoType(QualType(), AutoTypeKeyword::GNUAutoType, false); in ConvertDeclSpecToType()
1678 Result = Context.getAutoType(QualType(), AutoTypeKeyword::DecltypeAuto, in ConvertDeclSpecToType()
DSemaTemplateDeduction.cpp4619 QualType Result = SemaRef.Context.getAutoType( in TransformAutoType()
DTreeTransform.h987 return SemaRef.Context.getAutoType(Deduced, Keyword, in RebuildAutoType()
4694 T = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(), in RebuildQualifiedType()
/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/llvm-project/clang/lib/AST/
DType.cpp1182 return Ctx.getAutoType(deducedType, T->getKeyword(), in SUGARED_TYPE_CLASS()
DASTContext.cpp5446 ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType() function in ASTContext
DASTImporter.cpp1374 return Importer.getToContext().getAutoType( in VisitAutoType()
/external/clang/lib/Serialization/
DASTReader.cpp5453 return Context.getAutoType(Deduced, Keyword, IsDependent); in readTypeRecord()