Home
last modified time | relevance | path

Searched defs:NamedConcept (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DASTConcept.h154 NamedConcept(NamedConcept), ArgsAsWritten(ArgsAsWritten) {} in ConceptReference() argument
146 ConceptDecl *NamedConcept; global() variable
/llvm-project/clang/lib/AST/
H A DASTConcept.cpp97 Create(const ASTContext & C,NestedNameSpecifierLoc NNS,SourceLocation TemplateKWLoc,DeclarationNameInfo ConceptNameInfo,NamedDecl * FoundDecl,ConceptDecl * NamedConcept,const ASTTemplateArgumentListInfo * ArgsAsWritten) Create() argument
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1139 formImmediatelyDeclaredConstraint(Sema & S,NestedNameSpecifierLoc NS,DeclarationNameInfo NameInfo,ConceptDecl * NamedConcept,NamedDecl * FoundDecl,SourceLocation LAngleLoc,SourceLocation RAngleLoc,QualType ConstrainedType,SourceLocation ParamNameLoc,ArgumentLocAppender Appender,SourceLocation EllipsisLoc) formImmediatelyDeclaredConstraint() argument
1187 AttachTypeConstraint(NestedNameSpecifierLoc NS,DeclarationNameInfo NameInfo,ConceptDecl * NamedConcept,NamedDecl * FoundDecl,const TemplateArgumentListInfo * TemplateArgs,TemplateTypeParmDecl * ConstrainedParameter,SourceLocation EllipsisLoc) AttachTypeConstraint() argument
5558 CheckConceptTemplateId(const CXXScopeSpec & SS,SourceLocation TemplateKWLoc,const DeclarationNameInfo & ConceptNameInfo,NamedDecl * FoundDecl,ConceptDecl * NamedConcept,const TemplateArgumentListInfo * TemplateArgs) CheckConceptTemplateId() argument
[all...]
H A DTreeTransform.h3662 RebuildConceptSpecializationExpr(NestedNameSpecifierLoc NNS,SourceLocation TemplateKWLoc,DeclarationNameInfo ConceptNameInfo,NamedDecl * FoundDecl,ConceptDecl * NamedConcept,TemplateArgumentListInfo * TALI) RebuildConceptSpecializationExpr() argument
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6970 auto NamedConcept = readDeclAs<ConceptDecl>(); readConceptReference() local