Home
last modified time | relevance | path

Searched refs:CompoundConstraintKind (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 }; enum
111 CompoundConstraintKind>;
121 NormalizedConstraint RHS, CompoundConstraintKind Kind);
143 CompoundConstraintKind getCompoundKind() const { in getCompoundKind()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1517 CompoundConstraintKind Kind) in NormalizedConstraint()