Searched refs:getAutoType (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestTypeSystemClang.cpp | 494 .getAutoType(ClangUtil::GetCanonicalQualType(typedef_type), in TEST_F()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 467 return ctx.getAutoType(makeNullableFromOptional(deducedType), keyword,
|
| H A D | ASTContext.h | 1727 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Type.cpp | 1188 return Ctx.getAutoType(deducedType, T->getKeyword(), in SUGARED_TYPE_CLASS()
|
| H A D | ASTImporter.cpp | 1441 return Importer.getToContext().getAutoType( in VisitAutoType()
|
| H A D | ASTContext.cpp | 5756 ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType() function in ASTContext
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1667 Result = S.Context.getAutoType(QualType(), AutoKW, in ConvertDeclSpecToType() 1674 Result = Context.getAutoType(QualType(), AutoTypeKeyword::GNUAutoType, false); in ConvertDeclSpecToType()
|
| H A D | SemaTemplateDeduction.cpp | 4486 QualType Result = SemaRef.Context.getAutoType( in TransformAutoType()
|
| H A D | TreeTransform.h | 993 return SemaRef.Context.getAutoType(Deduced, Keyword, in RebuildAutoType() 4869 T = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(), in RebuildQualifiedType()
|