Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h150 fromConstraintExpr(Sema &S, NamedDecl *D, const Expr *E);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1278 auto Conjunction = fromConstraintExpr(S, D, E[0]); in fromConstraintExprs()
1282 auto Next = fromConstraintExpr(S, D, E[I]); in fromConstraintExprs()
1292 NormalizedConstraint::fromConstraintExpr(Sema &S, NamedDecl *D, const Expr *E) { in fromConstraintExpr() function in NormalizedConstraint
1307 auto LHS = fromConstraintExpr(S, D, BO.getLHS()); in fromConstraintExpr()
1310 auto RHS = fromConstraintExpr(S, D, BO.getRHS()); in fromConstraintExpr()