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.h73 using CompoundConstraint = llvm::PointerIntPair<NormalizedConstraintPair *, 1, member
77 CompoundConstraint>
104 bool isCompound() const { return llvm::isa<CompoundConstraint>(Constraint); } in isCompound()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1531 : Constraint{CompoundConstraint{ in NormalizedConstraint()
1545 Constraint = CompoundConstraint( in NormalizedConstraint()
1555 return cast<CompoundConstraint>(Constraint).getPointer()->LHS; in getLHS()
1560 return cast<CompoundConstraint>(Constraint).getPointer()->RHS; in getRHS()
1836 return cast<CompoundConstraint>(Constraint).getInt(); in getCompoundKind()