/external/llvm-project/lldb/unittests/Symbol/ |
D | TestTypeSystemClang.cpp | 492 .getAutoType(ClangUtil::GetCanonicalQualType(typedef_type), in TEST_F()
|
/external/llvm-project/clang/include/clang/AST/ |
D | TypeProperties.td | 454 return ctx.getAutoType(makeNullableFromOptional(deducedType), keyword,
|
D | ASTContext.h | 1554 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1312 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 1272 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()
|
D | SemaTemplateDeduction.cpp | 4619 QualType Result = SemaRef.Context.getAutoType( in TransformAutoType()
|
D | TreeTransform.h | 987 return SemaRef.Context.getAutoType(Deduced, Keyword, in RebuildAutoType() 4694 T = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(), in RebuildQualifiedType()
|
/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/llvm-project/clang/lib/AST/ |
D | Type.cpp | 1182 return Ctx.getAutoType(deducedType, T->getKeyword(), in SUGARED_TYPE_CLASS()
|
D | ASTContext.cpp | 5446 ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType() function in ASTContext
|
D | ASTImporter.cpp | 1374 return Importer.getToContext().getAutoType( in VisitAutoType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5453 return Context.getAutoType(Deduced, Keyword, IsDependent); in readTypeRecord()
|