Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4397 ArrayRef<TemplateArgument> TypeConstraintArgs) in AutoType() argument
4400 AutoTypeBits.NumArgs = TypeConstraintArgs.size(); in AutoType()
4404 for (const TemplateArgument &Arg : TypeConstraintArgs) { in AutoType()
H A DASTContext.cpp5534 ArrayRef<TemplateArgument> TypeConstraintArgs) const { in getAutoType()
5544 TypeConstraintConcept, TypeConstraintArgs); in getAutoType()
5549 sizeof(TemplateArgument) * TypeConstraintArgs.size(), in getAutoType()
5556 TypeConstraintConcept, TypeConstraintArgs); in getAutoType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1645 ArrayRef<TemplateArgument> TypeConstraintArgs ={}) const;
H A DType.h4989 ArrayRef<TemplateArgument> TypeConstraintArgs);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h984 ArrayRef<TemplateArgument> TypeConstraintArgs) { in RebuildAutoType() argument
991 TypeConstraintArgs); in RebuildAutoType()