Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp494 .getAutoType(ClangUtil::GetCanonicalQualType(typedef_type), in TEST_F()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td467 return ctx.getAutoType(makeNullableFromOptional(deducedType), keyword,
H A DASTContext.h1727 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1188 return Ctx.getAutoType(deducedType, T->getKeyword(), in SUGARED_TYPE_CLASS()
H A DASTImporter.cpp1441 return Importer.getToContext().getAutoType( in VisitAutoType()
H A DASTContext.cpp5756 ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType() function in ASTContext
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp1667 Result = S.Context.getAutoType(QualType(), AutoKW, in ConvertDeclSpecToType()
1674 Result = Context.getAutoType(QualType(), AutoTypeKeyword::GNUAutoType, false); in ConvertDeclSpecToType()
H A DSemaTemplateDeduction.cpp4486 QualType Result = SemaRef.Context.getAutoType( in TransformAutoType()
H A DTreeTransform.h993 return SemaRef.Context.getAutoType(Deduced, Keyword, in RebuildAutoType()
4869 T = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(), in RebuildQualifiedType()