Lines Matching refs:NamedConcept
1140 ConceptDecl *NamedConcept, NamedDecl *FoundDecl, SourceLocation LAngleLoc, in formImmediatelyDeclaredConstraint() argument
1161 /*FoundDecl=*/FoundDecl ? FoundDecl : NamedConcept, NamedConcept, in formImmediatelyDeclaredConstraint()
1188 ConceptDecl *NamedConcept, NamedDecl *FoundDecl, in AttachTypeConstraint() argument
1202 *this, NS, NameInfo, NamedConcept, FoundDecl, in AttachTypeConstraint()
1219 /*NamedConcept=*/NamedConcept, in AttachTypeConstraint()
4345 ConceptDecl *NamedConcept, in CheckConceptTemplateId() argument
4347 assert(NamedConcept && "A concept template id without a template?"); in CheckConceptTemplateId()
4351 NamedConcept, ConceptNameInfo.getLoc(), in CheckConceptTemplateId()
4357 DiagnoseUseOfDecl(NamedConcept, ConceptNameInfo.getLoc()); in CheckConceptTemplateId()
4360 Context, NamedConcept->getDeclContext(), NamedConcept->getLocation(), in CheckConceptTemplateId()
4366 MultiLevelTemplateArgumentList MLTAL(NamedConcept, CanonicalConverted, in CheckConceptTemplateId()
4375 NamedConcept, {NamedConcept->getConstraintExpr()}, MLTAL, in CheckConceptTemplateId()
4383 TemplateKWLoc, ConceptNameInfo, FoundDecl, NamedConcept, in CheckConceptTemplateId()