Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h84 enum CompoundConstraintKind { CCK_Conjunction, CCK_Disjunction }; enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1286 std::move(*Next), CCK_Conjunction); in fromConstraintExprs()
1315 BO.isAnd() ? CCK_Conjunction : CCK_Disjunction); in fromConstraintExpr()
1359 if (Normalized.getCompoundKind() == NormalizedConstraint::CCK_Conjunction) { in makeCNF()