Home
last modified time | relevance | path

Searched refs:TypeConstraintArgs (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1573 ArrayRef<TemplateArgument> TypeConstraintArgs = {},
1730 ArrayRef<TemplateArgument> TypeConstraintArgs ={}) const;
H A DType.h5114 ArrayRef<TemplateArgument> TypeConstraintArgs);
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp4462 ArrayRef<TemplateArgument> TypeConstraintArgs) in AutoType() argument
4465 AutoTypeBits.NumArgs = TypeConstraintArgs.size(); in AutoType()
4469 for (const TemplateArgument &Arg : TypeConstraintArgs) { in AutoType()
H A DASTContext.cpp5705 ArrayRef<TemplateArgument> TypeConstraintArgs, bool IsCanon) const { in getAutoTypeInternal() argument
5717 TypeConstraintConcept, TypeConstraintArgs); in getAutoTypeInternal()
5726 ::getCanonicalTemplateArguments(*this, TypeConstraintArgs, CanonArgs); in getAutoTypeInternal()
5739 sizeof(TemplateArgument) * TypeConstraintArgs.size(), in getAutoTypeInternal()
5746 Canon, TypeConstraintConcept, TypeConstraintArgs); in getAutoTypeInternal()
5759 ArrayRef<TemplateArgument> TypeConstraintArgs) const { in getAutoType()
5764 TypeConstraintConcept, TypeConstraintArgs); in getAutoType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h989 ArrayRef<TemplateArgument> TypeConstraintArgs) { in RebuildAutoType() argument
996 TypeConstraintArgs); in RebuildAutoType()