Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td471 return ctx.getAutoType(makeNullableFromOptional(deducedType), keyword,
H A DASTContext.h1702 QualType getAutoType(QualType DeducedType, AutoTypeKeyword Keyword,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp1193 return Ctx.getAutoType(deducedType, T->getKeyword(), in SUGARED_TYPE_CLASS()
H A DASTContext.cpp5805 ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType() function in ASTContext
12572 return Ctx.getAutoType(QualType(), AX->getKeyword(), in getCommonNonSugarTypeNode()
12929 return Ctx.getAutoType(Ctx.getQualifiedType(Underlying), AX->getKeyword(), in getCommonSugarTypeNode()
H A DASTImporter.cpp1437 return Importer.getToContext().getAutoType( in VisitAutoType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp1689 Result = S.Context.getAutoType(QualType(), AutoKW, in ConvertDeclSpecToType()
1696 Result = Context.getAutoType(QualType(), AutoTypeKeyword::GNUAutoType, false); in ConvertDeclSpecToType()
H A DSemaTemplateDeduction.cpp4599 QualType Result = SemaRef.Context.getAutoType( in TransformAutoType()
H A DTreeTransform.h1038 return SemaRef.Context.getAutoType(Deduced, Keyword, in RebuildAutoType()
4963 T = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(), in RebuildQualifiedType()