Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h71 enum CompoundConstraintKind { CCK_Conjunction, CCK_Disjunction }; enumerator
183 static constexpr auto Kind = NormalizedConstraint::CCK_Conjunction;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1575 std::move(*Next), CCK_Conjunction); in fromAssociatedConstraints()
1605 BO.isAnd() ? CCK_Conjunction : CCK_Disjunction); in fromConstraintExpr()
1666 FE->getOperator() == BinaryOperatorKind::BO_LAnd ? CCK_Conjunction in fromConstraintExpr()