Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp4392 ArrayRef<TemplateArgument> TypeConstraintArgs) in AutoType() argument
4395 AutoTypeBits.NumArgs = TypeConstraintArgs.size(); in AutoType()
4399 for (const TemplateArgument &Arg : TypeConstraintArgs) { in AutoType()
H A DASTContext.cpp5519 ArrayRef<TemplateArgument> TypeConstraintArgs) const { in getAutoType()
5529 TypeConstraintConcept, TypeConstraintArgs); in getAutoType()
5534 sizeof(TemplateArgument) * TypeConstraintArgs.size(), in getAutoType()
5541 TypeConstraintConcept, TypeConstraintArgs); in getAutoType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1600 ArrayRef<TemplateArgument> TypeConstraintArgs ={}) const;
H A DType.h4989 ArrayRef<TemplateArgument> TypeConstraintArgs);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h984 ArrayRef<TemplateArgument> TypeConstraintArgs) { in RebuildAutoType() argument
991 TypeConstraintArgs); in RebuildAutoType()