Lines Matching defs:AC2
1754 MutableArrayRef<const Expr *> AC2,
1772 Result = AC2.empty();
1775 if (AC2.empty()) {
1791 for (size_t I = 0; I != AC1.size() && I != AC2.size(); ++I) {
1797 AC2[I] = AdjustConstraintDepth(*this, Depth1 - Depth2)
1798 .TransformExpr(const_cast<Expr *>(AC2[I]))
1804 *this, D1, AC1, D2, AC2, Result,
1814 ArrayRef<const Expr *> AC1, NamedDecl *D2, ArrayRef<const Expr *> AC2) {
1819 if (AC1.empty() || AC2.empty())
1858 auto *Normalized2 = getNormalizedAssociatedConstraints(D2, AC2);