Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaConcept.h85 enum CompoundConstraintKind { CCK_Conjunction, CCK_Disjunction }; enum
89 CompoundConstraintKind>;
95 NormalizedConstraint RHS, CompoundConstraintKind Kind) in NormalizedConstraint()
124 CompoundConstraintKind getCompoundKind() const { in getCompoundKind()