Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h110 using CompoundConstraint = llvm::PointerIntPair<NormalizedConstraintPair *, 1, member
114 CompoundConstraint>
141 bool isCompound() const { return Constraint.is<CompoundConstraint>(); } in isCompound()
145 return Constraint.get<CompoundConstraint>().getInt(); in getCompoundKind()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1518 : Constraint{CompoundConstraint{ in NormalizedConstraint()
1532 Constraint = CompoundConstraint( in NormalizedConstraint()
1542 return Constraint.get<CompoundConstraint>().getPointer()->LHS; in getLHS()
1547 return Constraint.get<CompoundConstraint>().getPointer()->RHS; in getRHS()