Home
last modified time | relevance | path

Searched defs:TypeConstraintArgs (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/AST/
H A DType.cpp5091 AutoType(QualType DeducedAsType,AutoTypeKeyword Keyword,TypeDependence ExtraDependence,QualType Canon,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs) AutoType() argument
H A DASTContext.cpp5898 getAutoTypeInternal(QualType DeducedType,AutoTypeKeyword Keyword,bool IsDependent,bool IsPack,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs,bool IsCanon) const getAutoTypeInternal() argument
/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1076 RebuildAutoType(QualType Deduced,AutoTypeKeyword Keyword,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs) RebuildAutoType() argument