Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaConcept.h87 using CompoundConstraint = llvm::PointerIntPair< member
91 llvm::PointerUnion<AtomicConstraint *, CompoundConstraint> Constraint;
96 : Constraint{CompoundConstraint{ in NormalizedConstraint()
104 Constraint = CompoundConstraint( in NormalizedConstraint()
126 return Constraint.get<CompoundConstraint>().getInt(); in getCompoundKind()
133 return Constraint.get<CompoundConstraint>().getPointer()->first; in getLHS()
138 return Constraint.get<CompoundConstraint>().getPointer()->second; in getRHS()