Lines Matching defs:AC2
1774 MutableArrayRef<const Expr *> AC2,
1792 Result = AC2.empty();
1795 if (AC2.empty()) {
1811 for (size_t I = 0; I != AC1.size() && I != AC2.size(); ++I) {
1817 AC2[I] = AdjustConstraintDepth(*this, Depth1 - Depth2)
1818 .TransformExpr(const_cast<Expr *>(AC2[I]))
1824 *this, D1, AC1, D2, AC2, Result,
1834 ArrayRef<const Expr *> AC1, NamedDecl *D2, ArrayRef<const Expr *> AC2) {
1839 if (AC1.empty() || AC2.empty())
1878 auto *Normalized2 = getNormalizedAssociatedConstraints(D2, AC2);