Home
last modified time | relevance | path

Searched defs:TypeConstraintConcept (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/AST/
H A DType.cpp5090 AutoType(QualType DeducedAsType,AutoTypeKeyword Keyword,TypeDependence ExtraDependence,QualType Canon,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs) AutoType() argument
H A DASTContext.cpp5897 getAutoTypeInternal(QualType DeducedType,AutoTypeKeyword Keyword,bool IsDependent,bool IsPack,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs,bool IsCanon) const getAutoTypeInternal() argument
5952 getAutoType(QualType DeducedType,AutoTypeKeyword Keyword,bool IsDependent,bool IsPack,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs) const getAutoType() argument
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1300 ConceptDecl *TypeConstraintConcept = nullptr; ConvertDeclSpecToType() local
H A DTreeTransform.h1075 RebuildAutoType(QualType Deduced,AutoTypeKeyword Keyword,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs) RebuildAutoType() argument