Home
last modified time | relevance | path

Searched refs:getConstraintExpr (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp114 NestedReq->getConstraintExpr() && in RequirementContainsError()
115 NestedReq->getConstraintExpr()->containsErrors(); in RequirementContainsError()
H A DASTStructuralEquivalence.cpp2067 return IsStructurallyEquivalent(Context, D1->getConstraintExpr(), in IsStructurallyEquivalent()
2068 D2->getConstraintExpr()); in IsStructurallyEquivalent()
H A DDeclPrinter.cpp1302 Concept->getConstraintExpr()->printPretty(Out, nullptr, Policy, Indentation, in VisitTemplateDecl()
H A DStmtProfile.cpp1669 Visit(NestedReq->getConstraintExpr()); in VisitRequiresExpr()
H A DStmtPrinter.cpp2550 PrintExpr(NestedReq->getConstraintExpr()); in VisitRequiresExpr()
H A DItaniumMangle.cpp4601 mangleExpression(NR->getConstraintExpr()); in mangleRequirement()
H A DASTContext.cpp6659 if (!isSameConstraintExpr(ConceptX->getConstraintExpr(), in isSameEntity()
6660 ConceptY->getConstraintExpr())) in isSameEntity()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h250 Visit(NR->getConstraintExpr()); in Visit()
631 Visit(D->getConstraintExpr()); in VisitConceptDecl()
H A DExprConcepts.h477 Expr *getConstraintExpr() const { in getConstraintExpr() function
H A DRecursiveASTVisitor.h596 return getDerived().TraverseStmt(R->getConstraintExpr());
1938 TRY_TO(TraverseStmt(D->getConstraintExpr()));
H A DDeclTemplate.h3190 Expr *getConstraintExpr() const {
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2516 Req->getConstraintExpr()->getBeginLoc(), Req, in TransformNestedRequirement()
2518 Req->getConstraintExpr()->getSourceRange()); in TransformNestedRequirement()
2520 ExprResult TransConstraint = TransformExpr(Req->getConstraintExpr()); in TransformNestedRequirement()
2533 TemplateDeductionInfo Info(Req->getConstraintExpr()->getBeginLoc()); in TransformNestedRequirement()
2539 Req->getConstraintExpr()->getBeginLoc(), Req, Info, in TransformNestedRequirement()
2540 Req->getConstraintExpr()->getSourceRange()); in TransformNestedRequirement()
2545 nullptr, {Req->getConstraintExpr()}, Result, TemplateArgs, in TransformNestedRequirement()
2546 Req->getConstraintExpr()->getSourceRange(), Satisfaction) && in TransformNestedRequirement()
2560 Req->getConstraintExpr()->printPretty(OS, nullptr, in TransformNestedRequirement()
H A DSemaConcept.cpp1334 {CD->getConstraintExpr()}); in fromConstraintExpr()
H A DSemaCodeComplete.cpp5368 believe(CD->getConstraintExpr(), TT); in believe()
5404 believe(NR->getConstraintExpr(), T); in believe()
H A DSemaTemplateDeduction.cpp4875 if (S.CheckConstraintSatisfaction(Concept, {Concept->getConstraintExpr()}, in CheckDeducedPlaceholderConstraints()
H A DSemaTemplate.cpp5062 NamedConcept, {NamedConcept->getConstraintExpr()}, MLTAL, in CheckConceptTemplateId()
H A DTreeTransform.h13123 getDerived().TransformExpr(Req->getConstraintExpr()); in TransformNestedRequirement()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp738 if (auto *E = D->getConstraintExpr()) in VisitConceptDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1646 Record.AddStmt(D->getConstraintExpr()); in VisitConceptDecl()
H A DASTWriterStmt.cpp567 Record.AddStmt(NestedReq->getConstraintExpr()); in VisitRequiresExpr()