Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DSemaConcept.h85 enum CompoundConstraintKind { CCK_Conjunction, CCK_Disjunction }; enumerator
/external/llvm-project/clang/lib/Sema/
DSemaConcept.cpp761 BO.isAnd() ? CCK_Conjunction : CCK_Disjunction); in fromConstraintExpr()
836 if (Normalized.getCompoundKind() == NormalizedConstraint::CCK_Disjunction) { in makeDNF()