Home
last modified time | relevance | path

Searched refs:fromConstraintExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1567 auto Conjunction = fromConstraintExpr(S, D, ACs[0].ConstraintExpr); in fromAssociatedConstraints()
1571 auto Next = fromConstraintExpr(S, D, ACs[I].ConstraintExpr); in fromAssociatedConstraints()
1581 NormalizedConstraint::fromConstraintExpr(Sema &S, const NamedDecl *D, in fromConstraintExpr() function in NormalizedConstraint
1597 auto LHS = fromConstraintExpr(S, D, BO.getLHS()); in fromConstraintExpr()
1600 auto RHS = fromConstraintExpr(S, D, BO.getRHS()); in fromConstraintExpr()
1652 auto LHS = fromConstraintExpr(S, D, FE->getLHS()); in fromConstraintExpr()
1653 auto RHS = fromConstraintExpr(S, D, FE->getRHS()); in fromConstraintExpr()
1669 auto Sub = fromConstraintExpr(S, D, FE->getPattern()); in fromConstraintExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h120 fromConstraintExpr(Sema &S, const NamedDecl *D, const Expr *E);