Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp745 auto Conjunction = fromConstraintExpr(S, D, E[0]); in fromConstraintExprs()
749 auto Next = fromConstraintExpr(S, D, E[I]); in fromConstraintExprs()
759 NormalizedConstraint::fromConstraintExpr(Sema &S, NamedDecl *D, const Expr *E) { in fromConstraintExpr() function in NormalizedConstraint
768 auto LHS = fromConstraintExpr(S, D, BO.getLHS()); in fromConstraintExpr()
771 auto RHS = fromConstraintExpr(S, D, BO.getRHS()); in fromConstraintExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h151 fromConstraintExpr(Sema &S, NamedDecl *D, const Expr *E);