Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h108 enum CompoundConstraintKind { CCK_Conjunction, CCK_Disjunction }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1591 BO.isAnd() ? CCK_Conjunction : CCK_Disjunction); in fromConstraintExpr()
1652 : CCK_Disjunction); in fromConstraintExpr()
1727 if (Normalized.getCompoundKind() == NormalizedConstraint::CCK_Disjunction) { in makeDNF()