Lines Matching defs:E2
8923 static bool referToTheSameDecl(const Expr *E1, const Expr *E2) {
8925 if (const DeclRefExpr *D2 = dyn_cast_or_null<DeclRefExpr>(E2))
12157 // The expression E1[E2] is identical (by definition) to *((E1)+(E2)). The
12158 // expression E1 is sequenced before the expression E2.
12171 // Abbreviating pm-expression.*cast-expression as E1.*E2, [...]
12172 // the expression E1 is sequenced before the expression E2.
12185 // The expression E1 is sequenced before the expression E2.
12585 const Expr *E2 = CXXOCE->getArg(1);
12587 std::swap(E1, E2);
12589 return VisitSequencedExpressions(E1, E2);