Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSemaConcept.h84 enum CompoundConstraintKind { CCK_Conjunction, CCK_Disjunction }; enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaConcept.cpp815 BO.isAnd() ? CCK_Conjunction : CCK_Disjunction); in fromConstraintExpr()
890 if (Normalized.getCompoundKind() == NormalizedConstraint::CCK_Disjunction) { in makeDNF()